[Bug c++/77285] [5/6/7 Regression] extern thread_local linkage

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 18 10:37:00 GMT 2016


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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The examples only work with GCC 4.9.4 because the abi_tag doesn't have any
effect before GCC 5, but it's still a regression because of the effect on
std::string variables, which are now tagged.


More information about the Gcc-bugs mailing list