1. 15 Apr, 2003 25 commits
    • re PR target/9594 ([sh4-elf] Assembler complains pcrel too far.) · 9959c8c7
      	PR target/9594:
      	* sh.c (barrier_align): Also recognize stuff_delay_slot as
      	an indicator that a barrier was created by branch splitting.
      
      From-SVN: r65652
      J"orn Rennecke committed
    • c-decl.c (implicitly_declare): Copy declarations that are going to be placed in a local scope. · c8b718ba
      	* c-decl.c (implicitly_declare): Copy declarations that are going
      	to be placed in a local scope.
      
      From-SVN: r65646
      Mark Mitchell committed
    • invoke.texi (Spec Files): Wrap if-exists-else example. · f5034c5e
      	* invoke.texi (Spec Files): Wrap if-exists-else example.
      	(MCore): Remove duplicate @itemx entries and @opindex entries.
      
      From-SVN: r65645
      James A. Morrison committed
    • decl2.c (mark_used): Don't instantiate anything if skip_evaluation. · ac5f3b67
              * decl2.c (mark_used): Don't instantiate anything if
              skip_evaluation.
      
      From-SVN: r65642
      Jason Merrill committed
    • unwind.inc (_Unwind_Backtrace): New function. · 7344f3d7
      	* unwind.inc (_Unwind_Backtrace): New function.
      	* unwind.h (_Unwind_Backtrace): Declare it.
      	* libgcc-std.ver (_Unwind_Backtrace): Export it.
      
      From-SVN: r65641
      Ulrich Weigand committed
    • PR middle-end/10336, c++/10401 · 9547e8fd
              PR middle-end/10336, c++/10401
              * jump.c (never_reached_warning): Also stop looking if we reach the
              beginning of the function.
      
      From-SVN: r65637
      Jason Merrill committed
    • re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error) · 55adc7bd
      gcc:
      	PR target/10338
      	PR bootstrap/10198
      	PR bootstrap/10140
      	* fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
      
      libiberty:
      	PR target/10338
      	PR bootstrap/10198
      	PR bootstrap/10140
      	* getopt.c (exchange, _getopt_initialize): Use mempcpy not
      	__mempcpy.
      	* regex.c (regerror): Likewise.
      
      From-SVN: r65634
      Kaveh R. Ghazi committed
    • i386.md (abssf2_if+1): Make condition agree with abssf2_1 . · d2b54839
      gcc:
      	* i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
      
      gcc/testsuite:
      
      	* gcc.c-torture/compile/20030415-1.c : New test.
      
      From-SVN: r65633
      J"orn Rennecke committed
    • optabs.c (expand_binop): In multi-word add cases, ensure XTARGET is copied to… · d0ccc658
      optabs.c (expand_binop): In multi-word add cases, ensure XTARGET is copied to TARGET if they are different.
      
      	* optabs.c (expand_binop): In multi-word add cases, ensure
      	XTARGET is copied to TARGET if they are different.
      
      From-SVN: r65632
      Richard Kenner committed
    • except.c (resolve_fixup_regions): Avoid dereferencing null pointer to region... · 29921faf
      	* except.c (resolve_fixup_regions): Avoid dereferencing null pointer
      	to region, possible after integration of function with unreachable
      	regions that were optimized away.
      
      From-SVN: r65631
      Olivier Hainque committed
    • rs6000.h (EPILOGUE_USES): Use register 2... · ff3867ae
      	* config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
      	instead of TOC_REGISTER in epilogue in
      	current_function_calls_eh_return functions.
      
      From-SVN: r65629
      Jakub Jelinek committed
    • configure.host (*-linux*): Don't set slow_pthread_self if primary installed libpthread is either... · ba39351e
      	* configure.host (*-linux*): Don't set slow_pthread_self if primary
      	installed libpthread is either linuxthreads with floating stacks or
      	NPTL.
      
      From-SVN: r65628
      Jakub Jelinek committed
    • std_cmath.h (__gnu_cx::__c99_binding): New namespace. · b39d0359
      	libstdc++/7680
      	* include/c_std/std_cmath.h (__gnu_cx::__c99_binding): New namespace.
      	Populate it with multiple legal ways to obtain the C99 float
      	transcendentals.  Use them instead of direct global reference.
      	(C99 FP capture): Guard usage with _GLIBCPP_USE_C99_FP_MACROS_DYNAMIC.
      	* docs/html/17_intro/porting.texi
      	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
      	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
      	(_GLIBCPP_USE_C99_FP_MACROS_DYNAMIC): New macro.
      	* config/os/bsd/freebsd/os_defines.h
      	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
      	(_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
      	* testsuite/26_numerics/c_math_dynamic.cc: New file.
      
      From-SVN: r65624
      Loren J. Rittle committed
    • 2003-04-14 Benjamin Kosnik <bkoz@redhat.com> · 35a54b49
      	* testsuite/testsuite_hooks.h
      	(__gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher):
      	Change to try_named_locale.
      	* testsuite/testsuite_hooks.cc (__gnu_cxx_test): Same.
      
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Use
      	try_named_locale.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/7.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/8.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/9.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/7.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/out/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/7.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Same.
      	* testsuite/22_locale/collate/compare/char/1.cc: Same.
      	* testsuite/22_locale/collate/compare/char/2.cc: Same.
      	* testsuite/22_locale/collate/compare/char/3.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/1.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/3.cc: Same.
      	* testsuite/22_locale/collate/hash/char/2.cc: Same.
      	* testsuite/22_locale/collate/hash/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/transform/char/2.cc: Same.
      	* testsuite/22_locale/collate/transform/char/3.cc: Same.
      	* testsuite/22_locale/collate/transform/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/transform/wchar_t/3.cc: Same.
      	* testsuite/22_locale/collate_byname/1.cc: Same.
      	* testsuite/22_locale/ctype/is/char/2.cc: Same.
      	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Same.
      	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Same.
      	* testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same.
      	* testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same.
      	* testsuite/22_locale/facet/2.cc: Same.
      	* testsuite/22_locale/locale/cons/2.cc: Same.
      	* testsuite/22_locale/locale/cons/4.cc: Same.
      	* testsuite/22_locale/locale/cons/5.cc: Same.
      	* testsuite/22_locale/locale/cons/7.cc: Same.
      	* testsuite/22_locale/locale/cons/7222-c.cc: Same.
      	* testsuite/22_locale/locale/cons/7222-env.cc: Same.
      	* testsuite/22_locale/locale/global_locale_objects/2.cc: Same.
      	* testsuite/22_locale/messages/members/char/1.cc: Same.
      	* testsuite/22_locale/messages/members/char/2.cc: Same.
      	* testsuite/22_locale/messages/members/char/3.cc: Same.
      	* testsuite/22_locale/messages_byname/1.cc: Same.
      	* testsuite/22_locale/money_get/get/char/1.cc: Same.
      	* testsuite/22_locale/money_get/get/char/2.cc: Same.
      	* testsuite/22_locale/money_get/get/char/3.cc: Same.
      	* testsuite/22_locale/money_get/get/char/4.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/1.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/2.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/3.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/4.cc: Same.
      	* testsuite/22_locale/money_put/put/char/1.cc: Same.
      	* testsuite/22_locale/money_put/put/char/2.cc: Same.
      	* testsuite/22_locale/money_put/put/char/3.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/moneypunct/members/char/2.cc: Same.
      	* testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
      	* testsuite/22_locale/moneypunct_byname/1.cc: Same.
      	* testsuite/22_locale/num_get/get/char/1.cc: Same.
      	* testsuite/22_locale/num_get/get/char/2.cc: Same.
      	* testsuite/22_locale/num_get/get/char/3.cc: Same.
      	* testsuite/22_locale/num_get/get/char/5.cc: Same.
      	* testsuite/22_locale/num_get/get/char/6.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/1.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/2.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/3.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/5.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/6.cc: Same.
      	* testsuite/22_locale/num_put/put/char/1.cc: Same.
      	* testsuite/22_locale/num_put/put/char/2.cc: Same.
      	* testsuite/22_locale/num_put/put/char/3.cc: Same.
      	* testsuite/22_locale/num_put/put/char/5.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/5.cc: Same.
      	* testsuite/22_locale/numpunct/members/char/1.cc: Same.
      	* testsuite/22_locale/numpunct/members/char/2.cc: Same.
      	* testsuite/22_locale/numpunct/members/wchar_t/1.cc: Same.
      	* testsuite/22_locale/numpunct/members/wchar_t/2.cc: Same.
      	* testsuite/22_locale/numpunct_byname/1.cc: Same.
      	* testsuite/22_locale/numpunct_byname/2.cc: Same.
      	* testsuite/22_locale/time_get/date_order/char/1.cc: Same.
      	* testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_time/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_time/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_year/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_put/put/char/1.cc: Same.
      	* testsuite/22_locale/time_put/put/char/2.cc: Same.
      	* testsuite/22_locale/time_put/put/char/3.cc: Same.
      	* testsuite/22_locale/time_put/put/char/4.cc: Same.
      	* testsuite/22_locale/time_put/put/char/5.cc: Same.
      	* testsuite/22_locale/time_put/put/char/6.cc: Same.
      	* testsuite/22_locale/time_put/put/char/7.cc: Same.
      	* testsuite/22_locale/time_put/put/char/8.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/4.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/5.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/6.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/7.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/8.cc: Same.
      	* testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Same.
      	* testsuite/27_io/basic_ios/copyfmt/char/2.cc: Same.
      	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: Same.
      	* testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Same.
      	* testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Same.
      
      From-SVN: r65623
      Benjamin Kosnik committed
    • [multiple changes] · 3d838e28
      
      2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
       	    Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/os/generic/ctype_inline.h: Fix.
      
      2003-04-14  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/testsuite_hooks.h
      	(__gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher):
      	Change to run_named_locale_test.
      	* testsuite/testsuite_hooks.cc (__gnu_cxx_test): Same.
      
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Use
      	run_test_named_locale.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/7.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/8.cc: Same.
      	* testsuite/22_locale/codecvt/in/wchar_t/9.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/length/wchar_t/7.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/out/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/4.cc: Same.
      	* testsuite/22_locale/codecvt/out/wchar_t/7.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Same.
      	* testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Same.
      	* testsuite/22_locale/collate/compare/char/1.cc: Same.
      	* testsuite/22_locale/collate/compare/char/2.cc: Same.
      	* testsuite/22_locale/collate/compare/char/3.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/1.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/compare/wchar_t/3.cc: Same.
      	* testsuite/22_locale/collate/hash/char/2.cc: Same.
      	* testsuite/22_locale/collate/hash/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/transform/char/2.cc: Same.
      	* testsuite/22_locale/collate/transform/char/3.cc: Same.
      	* testsuite/22_locale/collate/transform/wchar_t/2.cc: Same.
      	* testsuite/22_locale/collate/transform/wchar_t/3.cc: Same.
      	* testsuite/22_locale/collate_byname/1.cc: Same.
      	* testsuite/22_locale/ctype/is/char/2.cc: Same.
      	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Same.
      	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Same.
      	* testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same.
      	* testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same.
      	* testsuite/22_locale/facet/2.cc: Same.
      	* testsuite/22_locale/locale/cons/2.cc: Same.
      	* testsuite/22_locale/locale/cons/4.cc: Same.
      	* testsuite/22_locale/locale/cons/5.cc: Same.
      	* testsuite/22_locale/locale/cons/7.cc: Same.
      	* testsuite/22_locale/locale/cons/7222-c.cc: Same.
      	* testsuite/22_locale/locale/cons/7222-env.cc: Same.
      	* testsuite/22_locale/locale/global_locale_objects/2.cc: Same.
      	* testsuite/22_locale/messages/members/char/1.cc: Same.
      	* testsuite/22_locale/messages/members/char/2.cc: Same.
      	* testsuite/22_locale/messages/members/char/3.cc: Same.
      	* testsuite/22_locale/messages_byname/1.cc: Same.
      	* testsuite/22_locale/money_get/get/char/1.cc: Same.
      	* testsuite/22_locale/money_get/get/char/2.cc: Same.
      	* testsuite/22_locale/money_get/get/char/3.cc: Same.
      	* testsuite/22_locale/money_get/get/char/4.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/1.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/2.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/3.cc: Same.
      	* testsuite/22_locale/money_get/get/wchar_t/4.cc: Same.
      	* testsuite/22_locale/money_put/put/char/1.cc: Same.
      	* testsuite/22_locale/money_put/put/char/2.cc: Same.
      	* testsuite/22_locale/money_put/put/char/3.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/money_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/moneypunct/members/char/2.cc: Same.
      	* testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
      	* testsuite/22_locale/moneypunct_byname/1.cc: Same.
      	* testsuite/22_locale/num_get/get/char/1.cc: Same.
      	* testsuite/22_locale/num_get/get/char/2.cc: Same.
      	* testsuite/22_locale/num_get/get/char/3.cc: Same.
      	* testsuite/22_locale/num_get/get/char/5.cc: Same.
      	* testsuite/22_locale/num_get/get/char/6.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/1.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/2.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/3.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/5.cc: Same.
      	* testsuite/22_locale/num_get/get/wchar_t/6.cc: Same.
      	* testsuite/22_locale/num_put/put/char/1.cc: Same.
      	* testsuite/22_locale/num_put/put/char/2.cc: Same.
      	* testsuite/22_locale/num_put/put/char/3.cc: Same.
      	* testsuite/22_locale/num_put/put/char/5.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/num_put/put/wchar_t/5.cc: Same.
      	* testsuite/22_locale/numpunct/members/char/1.cc: Same.
      	* testsuite/22_locale/numpunct/members/char/2.cc: Same.
      	* testsuite/22_locale/numpunct/members/wchar_t/1.cc: Same.
      	* testsuite/22_locale/numpunct/members/wchar_t/2.cc: Same.
      	* testsuite/22_locale/numpunct_byname/1.cc: Same.
      	* testsuite/22_locale/numpunct_byname/2.cc: Same.
      	* testsuite/22_locale/time_get/date_order/char/1.cc: Same.
      	* testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_time/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_time/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/char/2.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_get/get_year/char/1.cc: Same.
      	* testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_put/put/char/1.cc: Same.
      	* testsuite/22_locale/time_put/put/char/2.cc: Same.
      	* testsuite/22_locale/time_put/put/char/3.cc: Same.
      	* testsuite/22_locale/time_put/put/char/4.cc: Same.
      	* testsuite/22_locale/time_put/put/char/5.cc: Same.
      	* testsuite/22_locale/time_put/put/char/6.cc: Same.
      	* testsuite/22_locale/time_put/put/char/7.cc: Same.
      	* testsuite/22_locale/time_put/put/char/8.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/1.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/2.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/3.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/4.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/5.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/6.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/7.cc: Same.
      	* testsuite/22_locale/time_put/put/wchar_t/8.cc: Same.
      	* testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Same.
      	* testsuite/27_io/basic_ios/copyfmt/char/2.cc: Same.
      	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: Same.
      	* testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Same.
      	* testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Same.
      
      2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
      
      	* configure.target (_cpu_incdir_fullpath): Solaris 2.9 uses
      	solaris includes, not generic.
      
      From-SVN: r65622
      Benjamin Kosnik committed
    • std_bitset.h (_M_do_find_next): Fix -Wall nit. · 4ea34005
      	* include/std/std_bitset.h (_M_do_find_next): Fix -Wall nit.
      	* include/bits/concept_check.h: Fix multi-line comment.
      	* testsuite/17_intro/headers.cc (dg-options): Add -Wall -Wsystem-header
      	when target is *-*-freebsd*.
      
      From-SVN: r65620
      Loren J. Rittle committed
    • argv.c: Use ANSI_PROTOTYPES instead of __STDC__. · 0ae0f1b0
      
      	* argv.c: Use ANSI_PROTOTYPES instead of __STDC__.
      	* memchr.c: Likewise.
      	* strcasecmp.c: Likewise.
      	* strncasecmp.c: Likewise.
      	* strncmp.c: Likewise.
      	* xatexit.c: Likewise.
      	* xmalloc.c: Likewise.
      
      	* copysign.c: Use traditional function declaration instead of DEFUN.
      	* sigsetmask.c: Likewise.
      
      	* memcmp.c: Both of the above, ANSI_PROTOTYPES and DEFUN.
      	* memset.c: Likewise.
      
      	* memcpy.c: ANSI_PROTOTYPES, DEFUN and prototype bcopy.
      	* memmove.c: Likewise.
      
      From-SVN: r65619
      Roger Sayle committed
    • extend.texi (Empty Structures): Correct description of G++'s handling of these structures. · db0b376e
      	* doc/extend.texi (Empty Structures): Correct description of G++'s
      	handling of these structures.
      
      From-SVN: r65618
      Mark Mitchell committed
    • resolve.cc (_Jv_PrepareClass): Round up class size to multiple of alignment. · 355d8993
      	* resolve.cc (_Jv_PrepareClass): Round up class size to multiple
      	of alignment.
      
      From-SVN: r65617
      Tom Tromey committed
    • * strdup.c (strdup): Tweak implementation to use memcpy. · 88702c45
      From-SVN: r65616
      Roger Sayle committed
    • c-decl.c (grokdeclarator): Reject extern redeclarations of static variables. · f4e92987
      	* c-decl.c (grokdeclarator): Reject extern redeclarations of
      	static variables.
      
      	* gcc.c-torture/execute/scope-2.c: Move to ...
      	* gcc.dg/noncompile/scope.c: .... here.
      
      From-SVN: r65615
      Mark Mitchell committed
    • tree.c (build_cplus_array_type_1): Do not call uses_template_parms() on a NULL index_type. · e6237031
      2003-04-14  Ziemowit Laski  <zlaski@apple.com>
      
      	* tree.c (build_cplus_array_type_1): Do not call
      	uses_template_parms() on a NULL index_type.
      
      From-SVN: r65613
      Ziemowit Laski committed
    • Daily bump. · 47f2b6ac
      From-SVN: r65612
      GCC Administrator committed
  2. 14 Apr, 2003 15 commits