[Bug c++/88413] g++ mangles names involving unresolved names in function argument template parameters differently from the ABI standard.
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 8 07:37:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88413
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC has the following in it:
::= sr <type> <unqualified-name> # dependent name
::= sr <type> <unqualified-name> <template-args> */
Hmm, maybe the ABI changed and GCC did not change with it ...
More information about the Gcc-bugs
mailing list