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


------- 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


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