https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116433
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=43745 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- You can't do that as the template variables are comdat. The real fix is to have named address spaces support extended to C++. See PR 43745. *** This bug has been marked as a duplicate of bug 87178 ***