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]

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


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


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