This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/9450] [ABI] incorrect mangled name for scope resolution template argument


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9450



------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 20:48 -------
On the mainline (20030803) with -fabi-version=0, GCC produces 
_Z2f5IXadL_ZN2A51iEEEEvi which demangles correctly to void f5<&(A5::i)>(int) but it is 
still a different than what icc produces (_Z2f5IXadsr2A51iEEvi).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]