[Bug c++/66967] thread local's destructor not called if compile with -fno-use-cxa-atexit
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 3 22:16:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66967
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-07-03
CC| |jason at gcc dot gnu.org,
| |nathan at gcc dot gnu.org,
| |ro at gcc dot gnu.org
Ever confirmed|0 |1
Severity|normal |major
--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
I'm seeing the same in g++ 7.1.0, either on Solaris 11 where
-fno-use-cxa-atexit
is the default since libc lacks __cxa_atexit, or on Solaris 12 (which has it)
or Linux/x86_64
with -fno-use-cxa-atexit.
More information about the Gcc-bugs
mailing list