[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types
siddhesh at redhat dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 13 09:35:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
Siddhesh Poyarekar <siddhesh at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |siddhesh at redhat dot com
--- Comment #11 from Siddhesh Poyarekar <siddhesh at redhat dot com> ---
I had added __cxa_thread_atexit_impl to glibc earlier this year to support
c++11 thread_local destructors[1][2]. Wouldn't that be good enough support
from glibc for openmp too?
[1]
http://sourceware.org/glibc/wiki/Destructor%20support%20for%20thread_local%20variables
[2]
http://sourceware.org/git/?p=glibc.git;a=commit;h=ba384f6ed9275f3966505f2375b56d169e3dc588
More information about the Gcc-bugs
mailing list