This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/23591] exceptions in plugins in threads cause segmentation violation by leaving bad exit handler for the pthread



------- Comment #6 from bkoz at gcc dot gnu dot org  2005-11-22 06:54 -------
Subject: Bug 23591

Author: bkoz
Date: Tue Nov 22 06:54:08 2005
New Revision: 107350

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107350
Log:
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.


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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23591


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]