summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Collapse)AuthorAgeFilesLines
* Daily bump.gccadmin2004-08-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86530 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-24 Paolo Carlini <pcarlini@suse.de>paolo2004-08-249-11/+395
| | | | | | | | | | | | | | | | * testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc: New. * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc: Likewise. * testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc: Likewise. * testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc: Trim excess newlines. * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86481 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86449 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-22 Matthias Klose <doko@debian.org>doko2004-08-233-3205/+6158
| | | | | | | | * config/abi/m68k-linux-gnu/baseline_symbols.txt: New. * config/abi/sparc-linux-gnu/baseline_symbols.txt: Update to 3.4.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86428 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-23 Paolo Carlini <pcarlini@suse.de>paolo2004-08-2311-67/+243
| | | | | | | | | | | | | | | | * configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE. * aclocal.m4: Regenerate with automake-1.9.1. * configure: Regenerate. * Makefile.in: Likewise. * include/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * po/Makefile.in: Likewise. * src/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86423 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86392 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-22 Paolo Carlini <pcarlini@suse.de>paolo2004-08-224-4/+137
| | | | | | | | | | | | | * include/bits/locale_facets.tcc (num_put<>::do_put(bool)): Cast to a signed type, long according to the resolution of DR 359. * testsuite/22_locale/num_put/put/char/9.cc: New. * testsuite/22_locale/num_put/put/wchar_t/9.cc: New. * include/bits/locale_facets.tcc (num_put<>::do_put(const void*)): Simplify a bit: no need to clear showpos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86382 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86371 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-21 Paolo Carlini <pcarlini@suse.de>paolo2004-08-212-10/+6
| | | | | | | | * include/bits/char_traits.h (struct _Char_traits_match): Remove, unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86364 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-21 Paolo Carlini <pcarlini@suse.de>paolo2004-08-218-49/+66
| | | | | | | | | | | | | | * testsuite/22_locale/money_put/put/wchar_t/1.cc: Use proper wchar_t type for the fill argument; minor formatting tweaks. * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/4.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/5.cc: Likewise. * testsuite/22_locale/money_put/put/wchar_t/6.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86362 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-21 Paolo Carlini <pcarlini@suse.de>paolo2004-08-212-6/+6
| | | | | | | | * include/bits/basic_ios.tcc (basic_ios<>::copyfmt): Don't deal with _M_word != _M_local_word two times, redundantly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86359 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-211-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86349 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/Makefile.am (/gthr.h): Don't addjason2004-08-203-2/+10
| | | | | | | | _GLIBCXX_ to #pragma lines. * include/Makefile.in: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86343 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix ChangeLog.paolo2004-08-201-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86341 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Paolo Carlini <pcarlini@suse.de>paolo2004-08-205-10/+11
| | | | | | | | | | | | | PR libstdc++/7219 (continued) * include/bits/ios_base.h (class ios_base): Expose Annex D.6 typedefs by default. * testsuite/27_io/types/1.cc: Remove #if _GLIBCXX_DEPRECATED. * testsuite/27_io/ios_base/cons/assign_neg.cc: Tweak dg-error line number. * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86340 138bc75d-0d04-0410-961f-82ee72b054a4
* * cpu/hppa/atomicity.h (__exchange_and_add, __atomic_add): Add memorydanglin2004-08-202-2/+9
| | | | | | | barrier to locking asm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86328 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Paolo Carlini <pcarlini@suse.de>paolo2004-08-202-1/+6
| | | | | | | | * include/c_std/cmath.tcc (__cmath_power): Revert previous commit: actually the warning is a front-end bug (c++/17120). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86323 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Matthias Klose <doko@debian.org>doko2004-08-202-0/+3080
| | | | | | | * config/abi/s390-linux-gnu/baseline_symbols.txt: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86318 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Paolo Carlini <pcarlini@suse.de>paolo2004-08-202-1/+6
| | | | | | | | * include/c_std/cmath.tcc (__cmath_power): Suppress assignment used as truth value warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86310 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Paolo Carlini <pcarlini@suse.de>paolo2004-08-202-0/+3075
| | | | | | | | * config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Add 32 bit baseline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86304 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Paolo Carlini <pcarlini@suse.de>paolo2004-08-202-833/+837
| | | | | | | * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Fix it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86302 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86300 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-19 Benjamin Kosnik <bkoz@redhat.com>bkoz2004-08-193-6/+13
| | | | | | | | | * testsuite/22_locale/time_put/put/char/3.cc (test03): Don't check timezone. * testsuite/22_locale/time_put/put/wchar_t/3.cc (test03): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86271 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-19 Paolo Carlini <pcarlini@suse.de>paolo2004-08-197-39/+97
| | | | | | | | | | | | | | | | * testsuite/performance/20_util/allocator/insert.cc: For std::map instantiate the allocator for a correct pair type. * testsuite/performance/20_util/allocator/insert_insert.cc: Likewise. * testsuite/performance/20_util/allocator/map_thread.cc: Likewise. * testsuite/performance/20_util/allocator/producer_consumer.cc: Likewise. * testsuite/performance/20_util/allocator/list_sort_search.cc: Very minor formatting fixes. * testsuite/performance/20_util/allocator/map_mt_find.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86269 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-19 Paolo Carlini <pcarlini@suse.de>paolo2004-08-199-4/+72
| | | | | | | | | | | | | | | * testsuite/22_locale/time_put/put/char/1.cc: Add VERIFY on the results. * testsuite/22_locale/time_put/put/char/2.cc: Likewise. * testsuite/22_locale/time_put/put/char/3.cc: Likewise. * testsuite/22_locale/time_put/put/char/4.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86246 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-19 Paolo Carlini <pcarlini@suse.de>paolo2004-08-192-3058/+3074
| | | | | | | * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update to 3.4.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86242 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-18 Matthias Klose <doko@debian.org>doko2004-08-194-3071/+9242
| | | | | | | | | * config/abi/hppa-linux-gnu/baseline_symbols.txt: Update to 3.4.0. * config/abi/i386-linux-gnu/baseline_symbols.txt: New. * config/abi/powerpc-linux-gnu/baseline_symbols.txt: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86226 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86224 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86163 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-17 Paolo Carlini <pcarlini@suse.de>paolo2004-08-172-3031/+3087
| | | | | | | * config/abi/alpha-linux-gnu/baseline_symbols.txt: Update to 3.4.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86155 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-17 Paolo Carlini <pcarlini@suse.de>paolo2004-08-172-3031/+3074
| | | | | | | * config/abi/ia64-linux-gnu/baseline_symbols.txt: Update to 3.4.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86142 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-17 Benjamin Kosnik <bkoz@redhat.com>bkoz2004-08-172-3058/+3074
| | | | | | | * config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.4.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86126 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86091 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-16 Paolo Carlini <pcarlini@suse.de>paolo2004-08-165-368/+375
| | | | | | | | | | * include/bits/indirect_array.h: Trivial formatting fixes. * include/bits/valarray_after.h: Likewise. * include/bits/valarray_array.h: Likewise. * src/valarray-inst.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86056 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86043 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-15 Paolo Carlini <pcarlini@suse.de>paolo2004-08-1510-27/+336
| | | | | | | | | | | | | | | | | | | * testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc: Remove junk. * testsuite/27_io/basic_stringstream/str/char/1.cc: Likewise. * testsuite/27_io/basic_stringstream/str/char/3.cc: Likewise. * testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc: New. * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_stringstream/str/wchar_t/2.cc: Likewise. * testsuite/27_io/basic_stringstream/str/wchar_t/3.cc: Likewise. * testsuite/27_io/basic_stringstream/str/wchar_t/4.cc: Likewise. 2004-08-15 Paolo Carlini <pcarlini@suse.de> * include/bits/deque.tcc: Trivial formatting fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86040 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-15 Paolo Carlini <pcarlini@suse.de>paolo2004-08-1512-45/+62
| | | | | | | | | | | | | | | | | | | | | | | * include/bits/deque.tcc: Trivial formatting fixes. * include/bits/locale_facets.tcc (num_get<>::do_get(&bool)): Remove unneded typedef. * include/bits/locale_facets.tcc: Very minor tweaks. * testsuite/22_locale/time_put/put/wchar_t/1.cc: Use proper type for the fill argument. * testsuite/22_locale/time_put/put/wchar_t/10.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86026 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86014 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85979 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-13 Paolo Carlini <pcarlini@suse.de>paolo2004-08-132-1/+6
| | | | | | | | * src/debug.cc (_Error_formatter::_M_print_string): Fix thinko, memmove is not needed, memcpy suffices. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85949 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-13 Paolo Carlini <pcarlini@suse.de>paolo2004-08-133-5/+40
| | | | | | | | | | * include/std/std_fstream.h (class basic_ifstream, class basic_ofstream, class basic_fstream): Add const overloads of is_open, as per DR 365 [WP]. * docs/html/ext/howto.html: Add an entry for DR 365. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85948 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85921 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-12 Paolo Carlini <pcarlini@suse.de>paolo2004-08-122-1/+5
| | | | | | | * configure.ac: Specify version 1.8.5 in AM_INIT_AUTOMAKE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85911 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-12 Paolo Carlini <pcarlini@suse.de>paolo2004-08-128-61/+156
| | | | | | | | | | | | | | | | PR libstdc++/16956 * include/bits/sstream.tcc (basic_stringbuf<>::seekoff): Add __off to the returned value, reorganize a bit. * testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc: New. * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc: New. * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Remove junk. * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_stringbuf/seekpos/char/1.cc: Likewise. * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85910 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/cpu/arm/cxxabi_tweaks.h: Define __cxa_vec_ctor_return andpbrook2004-08-125-6/+32
| | | | | | | | | | | | | | _GLIBCXX_CXA_VEC_CTOR_RETURN. * config/cpu/generic/cxxabi_tweaks.h: Ditto. * libsupc++/cxxabi.h (__cxa_vec_ctor, __cxa_vec_cctor): Use __cxa_vec_ctor_return. * libsupc++/vec.cc (__cxa_vec_ctor, __cxa_vec_cctor): Ditto. Use _GLIBCXX_CXA_VEC_CTOR_RETURN. * g++.dg/abi/arm_cxa_vec_1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85891 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-1210-2831/+1043
| | | | | | | | | * Makefile.in, aclocal.m4, configure, include/Makefile.in, libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in, testsuite/Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85869 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-12 Jan Beulich <jbeulich@novell.com>paolo2004-08-123-2/+10
| | | | | | | | | | | * config/locale/generic/ctype_members.cc (ctype<wchar_t>::_M_convert_to_wmask): Default case must not use 0 as initializer for return value, as that is invalid for enumerated types. * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::_M_convert_to_wmask): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85862 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-08-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85836 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-11 Paolo Carlini <pcarlini@suse.de>paolo2004-08-112-1/+5
| | | | | | | * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85804 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-11 Paolo Carlini <pcarlini@suse.de>paolo2004-08-1123-95/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testsuite/27_io/basic_stringbuf/imbue/char/1.cc: Declare test variable. * testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Remove junk. * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/setbuf/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputn/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Ditto. * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85802 138bc75d-0d04-0410-961f-82ee72b054a4