[Bug c++/12843] [ABI] Possibly wrong mangling (incompatibility with icc7)
nathan at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 30 14:42:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12843
nathan at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From nathan at gcc dot gnu dot org 2003-10-30 14:41 -------
The icc manglings and fabi-version=1 are definitly wrong. The name
of a template parameter should never appear in a mangling. The fabi=2
mangling looks good to me
1f -- func name
I1XE template arg list. arg is 1X
NT_ 8iteratorE - nested name using first template arg :: iterator
S1_ copy of substitution 1
defect in icc
More information about the Gcc-bugs
mailing list