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 other/36046] Demangler fails on templates with non-type reference parameters



------- Comment #5 from pinskia at gcc dot gnu dot org  2008-04-26 00:47 -------
Ok, this is a generic demangler issue, we don't demangle _Z1f3barILZ3bazEE
either.
Which is f(bar<baz>) but only because it is mangled incorrectly in the first
place.

So the real issue here is that the demangle only handles correctly mangled
names.
_Z1f3barIL_Z3bazEE is the correct mangling.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36046


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