1. 07 Oct, 2005 11 commits
  2. 06 Oct, 2005 25 commits
  3. 05 Oct, 2005 4 commits
    • sso_string_base.h (struct __sso_string_local): Remove... · c54c1b2b
      2005-10-05  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/ext/sso_string_base.h (struct __sso_string_local):
      	Remove, actually POD types cannot have user defined constructors
      	(being aggregates) and therefore can always be members of unions.
      	(class __sso_string_base): Adjust consistently.
      
      From-SVN: r105021
      Paolo Carlini committed
    • re PR middle-end/20606 (ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2… · d14e25e0
      re PR middle-end/20606 (ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations))
      
      2005-10-05  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR middle-end/20606
              PR middle-end/24069
              * reload.c (subst_reloads): When adding a REG_LABEL to a
              jump instruction, also update JUMP_LABEL.
      
      From-SVN: r105013
      Andrew Pinski committed
    • params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New. · f935b9e0
              * params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.
              * bb-reorder.c (copy_bb_p): Use it.
              * doc/invoke.texi (param table): Add max-grow-copy-bb-insn.
      
      From-SVN: r105011
      David Edelsohn committed
    • re PR libstdc++/24198 (Remove from the testsuite gnu_char_type (or fix it)) · 31131ac1
      2005-10-05  Paolo Carlini  <pcarlini@suse.de>
      
      	PR libstdc++/24198
      	* testsuite/27_io/basic_filebuf/3.cc: Use __gnu_test::pod_ushort
      	instead.
      	* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
      	* testsuite/27_io/basic_fstream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_ifstream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_ios/3.cc: Likewise.
      	* testsuite/27_io/basic_iostream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_istream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_istringstream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_ofstream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_ostream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_ostringstream/3.cc: Likewise; run the test.
      	* testsuite/27_io/basic_streambuf/3.cc: Likewise.
      	* testsuite/27_io/basic_stringbuf/3.cc: Likewise.
      	* testsuite/27_io/basic_stringstream/3.cc: Likewise; run the test.
      
      From-SVN: r105010
      Paolo Carlini committed