]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/aclocal.m4
re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation violation...
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 22 Nov 2005 06:54:08 +0000 (06:54 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 22 Nov 2005 06:54:08 +0000 (06:54 +0000)
commitcddfb1c7ac9cb2f69cc82839a0163af3e771a68d
tree3b23806d48c5499ec0ea11b68e5bc9006c2387e6
parentebb109add82e17c08e24de72bf1735ebbbc5081c
re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread)

2005-11-21  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.

Co-Authored-By: Ulrich Drepper <drepper@redhat.com>
From-SVN: r107350
20 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/include/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/eh_globals.cc
libstdc++-v3/po/Makefile.in
libstdc++-v3/scripts/create_testsuite_files
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/19_diagnostics/23591_thread-1.c [new file with mode: 0644]
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc
libstdc++-v3/testsuite/lib/libstdc++.exp
libstdc++-v3/testsuite/libstdc++-dg/normal.exp
libstdc++-v3/testsuite/testsuite_shared.cc