1. 02 Mar, 2010 14 commits
  2. 01 Mar, 2010 22 commits
  3. 28 Feb, 2010 4 commits
    • sh.c (unspec_bbr_uid): New. · 826159e5
      	* config/sh/sh.c (unspec_bbr_uid): New.
      	(gen_block_redirect): Use it instead of INSN_UID.
      	(gen_far_branch): Likewise.
      
      From-SVN: r157128
      Kaz Kojima committed
    • Make TARGET_SUBTARGET32_ISA_DEFAULT the same as · 746ecbcd
      TARGET_SUBTARGET64_ISA_DEFAULT for Darwin/x86.
      
      2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
      	it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
      
      From-SVN: r157125
      H.J. Lu committed
    • re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4'… · 2a3dbebf
      re PR c++/42748 (warnings about 'mangling of 'va_list' has changed in GCC 4.4' not suppressed in sytem headers)
      
      2010-02-27  Mark Mitchell  <mark@codesourcery.com>
      
      	PR c++/42748
      	* cp-tree.h (push_tinst_level): Declare.
      	(pop_tinst_level): Likewise.
      	* pt.c (push_tinst_level): Give it external linkage.
      	(pop_tinst_level): Likewise.
      	* mangle.c (mangle_decl_string): Set the source location to that
      	of the decl while mangling.
      
      2010-02-27  Mark Mitchell  <mark@codesourcery.com>
      
      	PR c++/42748
      	* g++.dg/abi/mangle11.C: Adjust mangling warning locations.
      	* g++.dg/abi/mangle12.C: Likewise.
      	* g++.dg/abi/mangle20-2.C: Likewise.
      	* g++.dg/abi/mangle17.C: Likewise.
      	* g++.dg/template/cond2.C: Likewise.
      	* g++.dg/template/pr35240.C: Likewise.
      
      From-SVN: r157124
      Mark Mitchell committed
    • re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with… · dfd65514
      re PR fortran/43205 (-finit-local-zero and -fno-automatic used together with large 2-dim variables take too long to compile)
      
      2010-02-28  Tobias Burnus  <burnus@net-b.de>
      
              PR fortran/43205
              * trans-expr.c (is_zero_initializer_p): Move up in the file.
              (gfc_conv_initializer): Handle zero initializer as special case.
      
      From-SVN: r157123
      Tobias Burnus committed