1. 18 Apr, 2003 5 commits
    • re PR libstdc++/9555 (ostream inserters fail to set badbit on exception) · 06e7ca50
      
      2003-04-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/9555
      	* include/bits/ostream.tcc: Catch all exceptions for formatted
      	output, instead of std::exception and derivatives.
      	* include/bits/istream.tcc: Same.
      	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc:
      	* testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc:
      	* testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc:
      	* testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc:
      	* testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
      	* testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc:
      	New.
      
      From-SVN: r65770
      Benjamin Kosnik committed
    • c++config: Minor cosmetic tweaks. · 3cfbe178
      2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
      
      	* include/bits/c++config:  Minor cosmetic tweaks.
      
      From-SVN: r65768
      Phil Edwards committed
    • testsuite_flags.in (PCHFLAGS): Find PCH in new home. · 8520f704
      	* testsuite_flags.in (PCHFLAGS): Find PCH in new home.
      	* include/Makefile.am (pch_input): Find in ${target_builddir}.
      	(pch_output): Rename to...
      	(pch_output_builddir): ..this.  Find in ${target_builddir}.
      	(pch_source): Tweak.
      	(pch_build): Key off a built file.
      	(pch_output rule): Rename to...
      	(pch_input rule): ...this.  Produce ${pch_output_builddir}
      	instead of ${pch_output}.
      	(install-pch rule): Install ${pch_output_builddir}.
      	* include/Makefile.in: Regenerated.
      
      From-SVN: r65767
      Loren J. Rittle committed
    • gcse.c (compute_ld_motion_mems): For MEM destinations... · 4d3eb89a
      	* gcse.c (compute_ld_motion_mems): For MEM destinations, only
      	consider those to be movable where the source matches
      	want_to_gcse_p.
      	(update_ld_motion_stores): In comment, refer to
      	compute_ld_motion_mems for validity of replacement.
      
      From-SVN: r65766
      Hans-Peter Nilsson committed
    • Daily bump. · dc93be8d
      From-SVN: r65765
      GCC Administrator committed
  2. 17 Apr, 2003 35 commits