public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9450: [ABI] incorrect mangled name for scope resolution template argument
@ 2003-01-28 15:48 bangerth
  0 siblings, 0 replies; only message in thread
From: bangerth @ 2003-01-28 15:48 UTC (permalink / raw)
  To: catherin, gcc-bugs, gcc-prs, nobody

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-28 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28 15:48 c++/9450: [ABI] incorrect mangled name for scope resolution template argument bangerth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).