This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54908] misc regressions on emutls targets remain from dynamic initialization of non-function-local TLS variables
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 15 Oct 2012 07:32:24 +0000
- Subject: [Bug target/54908] misc regressions on emutls targets remain from dynamic initialization of non-function-local TLS variables
- Auto-submitted: auto-generated
- References: <bug-54908-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54908
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2012-10-15 07:32:24 UTC ---
Author: jason
Date: Mon Oct 15 07:32:13 2012
New Revision: 192449
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192449
Log:
PR target/54908
* libsupc++/atexit_thread.cc: Rewrite to keep the cleanup list
with get/setspecific. Destroy the key on dlclose.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/tls/thread_local7g.C
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/libsupc++/atexit_thread.cc