This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/23591] exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jan 2006 17:14:09 -0000
- Subject: [Bug libstdc++/23591] exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread
- References: <bug-23591-11248@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from bkoz at gcc dot gnu dot org 2006-01-10 17:14 -------
Subject: Bug 23591
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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23591