1. 15 Mar, 2003 6 commits
    • g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove. · f37f1fdb
      	* g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
      	(DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
      
      From-SVN: r64392
      Andreas Jaeger committed
    • [multiple changes] · ac1613a2
      
      2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/23_containers/bitset_members.cc: Add test variable.
      	* testsuite/23_containers/map_insert.cc: Same.
      	* testsuite/22_locale/ctype/cons/char/1.cc: Same.
      	* testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
      	* testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
      	* testsuite/27_io/istream_exception.cc: Same.
      	* testsuite/27_io/filebuf_virtuals.cc: Same.
      	* testsuite/27_io/stringbuf_virtuals.cc: Same.
      	* testsuite/27_io/ostream_inserter_arith.cc: Same.
      	* testsuite/26_numerics/valarray_operators.cc: Same.
      	* testsuite/26_numerics/slice.cc: Same.
      	* testsuite/26_numerics/slice_array_assignment.cc: Same.
      	* testsuite/24_iterators/istream_iterator.cc: Same.
      	* mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.
      
      2003-03-14  Petur Runolfsson  <peturr02@ru.is>
      
      	PR libstdc++/9581
      	PR libstdc++/9870
      	* config/locale/generic/ctype_members.cc,
      	* config/locale/gnu/ctype_members.cc
      	(ctype<wchar_t>::do_widen(char)):  Cast argument to
      	unsigned char before passing to btowc.
      	(ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
      	Convert characters with btowc instead of mbsrtowcs.
      	(ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
      	char, char*):
      	Convert characters with wctob instead of wcsrtombs.
      	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
      	* testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
      	* testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.
      
      From-SVN: r64391
      Benjamin Kosnik committed
    • re PR rtl-optimization/9387 (jump threading bug) · d8eed979
      	PR optimization/9387
      	* function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
      	for conditional returns.
      
      From-SVN: r64390
      Michael Hayes committed
    • re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss) · af75fb67
              PR optimization/6871
              * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
      
      From-SVN: r64387
      Jason Merrill committed
    • Daily bump. · af2e51f3
      From-SVN: r64385
      GCC Administrator committed
  2. 14 Mar, 2003 21 commits
  3. 13 Mar, 2003 13 commits