[Bug target/54908] misc regressions on emutls targets remain from dynamic initialization of non-function-local TLS variables
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 12 18:38:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54908
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-10-12
CC| |jason at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2012-10-12 18:38:06 UTC ---
I think the right fix is to use pthread TLS rather than thread_local in
atexit_thread.cc, so that it doesn't matter when emutls frees its storage.
More information about the Gcc-bugs
mailing list