[Bug c++/67185] [C++14] Link error on ODR-use of variable template partial specialization

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Mar 6 14:12:00 GMT 2016


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-03-06
                 CC|                            |trippels at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
With -flto we even ICE:

markus@x4 /tmp % g++ -flto temp.ii

temp.ii:9:13: internal compiler error: in write_symbol, at
lto-streamer-out.c:2561


More information about the Gcc-bugs mailing list