------- Additional Comments From uttamp at us dot ibm dot com 2005-07-28 18:10 ------- (In reply to comment #15) > In comment #7 Giovanni was saying that the compiler was generating the wrong > string. The correct string is the one in the quote from the C++ ABI. The > compiler has now been fixed the generate the correct string. > > The demangler only handles the correct string. >
Does this means C++ ABI always (previous versions 1 and 2) had that '_'Z for the template name mangling? If it is true, then how does adding '_' would cause an ABI change, as you said in comment #5? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16240