1. 16 Sep, 2006 4 commits
  2. 15 Sep, 2006 21 commits
  3. 14 Sep, 2006 13 commits
  4. 13 Sep, 2006 2 commits
    • re PR other/23541 (All error messages produce segfault) · 2a0e366b
      	PR other/23541
      	PR other/26507
      	Backport from gettext repository:
      
      	2003-09-04  Bruno Haible  <bruno@clisp.org>
      	* dgettext.c: Include <locale.h> after gettextP.h, not before. This
      	ensures that libintl_dcgettext is correctly declared on Solaris.
      	(Needed because Solaris <locale.h> includes libintl.h.)
      	* dngettext.c: Likewise, for the libintl_dcngettext declaration.
      
      From-SVN: r116931
      Eric Botcazou committed
    • re PR ada/29025 (procedure doesn't modify In Out parameter) · 6f2789da
      	PR ada/29025
      	* trans.c (gnat_gimplify_expr) <ADDR_EXPR>: When taking the address
      	of a SAVE_EXPR, just make the operand addressable/not-readonly and
      	let the common gimplifier code make and propagate a temporary copy.
      	(call_to_gnu): Clarify the use of SAVE_EXPR for not addressable
      	out/in-out actuals and defer setting the addressable/readonly bits
      	to the gimplifier.
      
      From-SVN: r116929
      Olivier Hainque committed