This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9450] [ABI] incorrect mangled name for scope resolution template argument
- From: "carlo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Dec 2003 17:24:37 -0000
- Subject: [Bug c++/9450] [ABI] incorrect mangled name for scope resolution template argument
- References: <20030127145601.9450.catherin@ca.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From carlo at gcc dot gnu dot org 2003-12-15 17:24 -------
(In reply to comment #5)
I believe it should be _Z2f5IXadL_ZN2A51iEEEEvi
the 'sr' construct
<expression> ::= sr <type> <unqualified-name>
should only be used for 'dependent' names, dependent
on template arguments thus - and not be used in
a template argument itself.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9450