[Bug c++/67545] [concepts] Failure to properly substitute template parameters into requires-clause
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Aug 2 08:03:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67545
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |assemble-failure
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-08-02
Ever confirmed|0 |1
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I get in GCC 6.1:
/tmp/cc5ugLqN.s: Assembler messages:
/tmp/cc5ugLqN.s:68: Error: symbol `_ZNSt12experimental9ranges_v16modelsL4SameE'
is already defined
/tmp/cc5ugLqN.s:84: Error: symbol `_ZNSt12experimental9ranges_v16modelsL4SameE'
is already defined
/tmp/cc5ugLqN.s:88: Error: symbol `_ZNSt12experimental9ranges_v16modelsL4SameE'
is already defined
/tmp/cc5ugLqN.s:92: Error: symbol `_ZNSt12experimental9ranges_v16modelsL4SameE'
is already defined
More information about the Gcc-bugs
mailing list