[Bug c++/58408] [C++11] __thread + trivially_constructible -> error

richard-gccbugzilla at metafoo dot co.uk gcc-bugzilla@gcc.gnu.org
Fri Oct 31 00:21:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58408

Richard Smith <richard-gccbugzilla at metafoo dot co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard-gccbugzilla@metafoo
                   |                            |.co.uk

--- Comment #3 from Richard Smith <richard-gccbugzilla at metafoo dot co.uk> ---
Workaround:

  __thread Test test = Test();



More information about the Gcc-bugs mailing list