r109545 - in /branches/gcc-4_1-branch/libstdc++...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Tue Jan 10 17:14:00 GMT 2006


Author: bkoz
Date: Tue Jan 10 17:14:00 2006
New Revision: 109545

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109545
Log:
2006-01-10  Benjamin Kosnik  <bkoz@redhat.com>
            Ulrich Drepper  <drepper@redhat.com>

	PR libstdc++/23591
	* scripts/create_testsuite_files: Support for "C" test files.
	* testsuite/lib/libstdc++.exp: Same.
	* testsuite/libstdc++-dg/normal.exp: Same.
	* testsuite/ext/mt_allocator/22309_thread.cc: Update names.
	* testsuite/19_diagnostics/23591_thread-1.c: New.
	* testsuite/testsuite_shared.cc: Add tests, rename existing functions.
	* libsupc++/eh_globals.cc: Make global thread local if possible.
	* configure.ac: Use GCC_CHECK_TLS.
	* acinclude.m4: Include tls.m4.
	* configure: Regenerate.
	* config.h.in: Same.


Added:
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/19_diagnostics/23591_thread-1.c
Modified:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/acinclude.m4
    branches/gcc-4_1-branch/libstdc++-v3/aclocal.m4
    branches/gcc-4_1-branch/libstdc++-v3/config.h.in
    branches/gcc-4_1-branch/libstdc++-v3/configure
    branches/gcc-4_1-branch/libstdc++-v3/configure.ac
    branches/gcc-4_1-branch/libstdc++-v3/include/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/libmath/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/libsupc++/eh_globals.cc
    branches/gcc-4_1-branch/libstdc++-v3/po/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/scripts/create_testsuite_files
    branches/gcc-4_1-branch/libstdc++-v3/src/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/Makefile.in
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/libstdc++-dg/normal.exp
    branches/gcc-4_1-branch/libstdc++-v3/testsuite/testsuite_shared.cc



More information about the Libstdc++-cvs mailing list