This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9450: [ABI] incorrect mangled name for scope resolution template argument
- From: bangerth at dealii dot org
- To: catherin at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 28 Jan 2003 15:48:13 -0000
- Subject: Re: c++/9450: [ABI] incorrect mangled name for scope resolution template argument
- Reply-to: bangerth at dealii dot org, catherin at ca dot ibm dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Old Synopsis: incorrect mangled name for scope resolution template argument
New Synopsis: [ABI] incorrect mangled name for scope resolution template argument
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 28 15:48:13 2003
State-Changed-Why:
Somehow confirmed: I don't have any idea what the ABI
really mandates, but ice7 generates the symbol
_Z2f5IXadsr2A51iEEvi
while gcc3.4 gives us
_Z2f5IXadsr2A5NS0_1iEEEvi
which demangles to
g/a> echo _Z2f5IXadsr2A5NS0_1iEEEvi | /home/bangerth/bin/gcc-3.2/bin/c++filt
void f5<&(A5::A5::i)>(int)
which seems odd. The icc7 string demangles correctly.
As far as I can see, gcc mangles this string like that
since 3.0 (which of course was the time of the ABI switch).
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9450