1. 16 Apr, 2003 16 commits
  2. 15 Apr, 2003 24 commits
    • re PR libstdc++/9423 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering if called after open) · bafa3c3c
      2003-04-15  Benjamin Kosnik  <bkoz@redhat.com>
      	    Paolo Carlini  <pcarlini@unitus.it>
      
      	PR libstdc++/9423
      	* docs/html/27_io/howto.html
      	('The buffering is screwing up my program!'): Explain that
      	opening counts as an I/O operation.
      
      Co-Authored-By: Paolo Carlini <pcarlini@unitus.it>
      
      From-SVN: r65665
      Benjamin Kosnik committed
    • varasm.c (output_constant_def): Do not consult CONSTANT_AFTER_FUNCTION_P. · 0b78a9b6
      	* varasm.c (output_constant_def): Do not consult
      	CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
      	(after_function_constants, output_after_function_constants): Delete.
      	* doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
      	* config/mips/mips-protos.h, config/mips/mips.c
      	(mips16_constant_after_function_p): Delete.
      	* config/mips/mips.h: Delete #if-0-ed definition of
      	CONSTANT_AFTER_FUNCTION_P.
      	* config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
      	mention of CONSTANT_AFTER_FUNCTION_P in comment.
      
      From-SVN: r65663
      Zack Weinberg committed
    • tree.c (next_decl_uid): Mark with GTY. · 03907fbd
      	* tree.c (next_decl_uid): Mark with GTY.
      	(next_type_uid): Likewise.
      
      From-SVN: r65662
      Geoffrey Keating committed
    • argv.c: Fix comments. · c9ac9147
      	* argv.c: Fix comments.
      	* calloc.c: Don't unnecessarily include "libiberty.h".
      	(bzero): Add prototype.
      	* floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
      	* getcwd.c (getcwd): Use standard definition to avoid conflicts
      	with system headers.
      	* hashtab.c (htab_traverse): Delete unused variables.
      	* rename.c: Include "ansidecl.h".
      	(rename): Use standard definition to avoid conflicts with system
      	headers.
      	* strsignal.c: Rely on ANSI_PROTOTYPES.
      	* strstr.c: Check GNUC >= 2, not GNUC == 2.
      	* vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
      	* vprintf.c: Include "ansidecl.h" earlier, rely on
      	ANSI_PROTOTYPES.
      	* vsprintf.c: Include "ansidecl.h" earlier, rely on
      	ANSI_PROTOTYPES and possibly include <stdarg.h>.
      
      	* Makefile.in: Regenerate dependencies.
      
      From-SVN: r65659
      Kaveh R. Ghazi committed
    • pthread1.cc: Enable for darwin test. · 8a4680db
      2003-04-15  Andreas Tobler  <a.tobler@schweiz.ch>
              * testsuite/thread/pthread1.cc: Enable for darwin test.
              * testsuite/thread/pthread2.cc: Same.
              * testsuite/thread/pthread3.cc: Same.
              * testsuite/thread/pthread4.cc: Same.
              * testsuite/thread/pthread5.cc: Same.
              * testsuite/thread/pthread6.cc: Same.
      
      From-SVN: r65658
      Andreas Tobler committed
    • * lib/prune.exp: Ignore more messages. · dc5dfa9c
      From-SVN: r65657
      Mark Mitchell committed
    • re PR c++/10381 (Accepts call to inexistent function) · 5eb10628
      	PR c++/10381
      	* parser.c (cp_parser_primary_expression): Reorganize logic for
      	dealing with name lookup failures.
      
      	PR c++/10381
      	* g++.dg/parse/lookup3.C: New test.
      
      From-SVN: r65656
      Mark Mitchell committed
    • * maint-tool (deps): Scan for headers in $srcdir also. · 98475c57
      From-SVN: r65653
      DJ Delorie committed
    • 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