https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94845

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm from http://wiki.dwarfstd.org/index.php?title=Best_Practices
For template instantiations, the DW_AT_name attribute should contain both the
source language name of the object and the template parameters that distinguish
one instantiation from another. The resulting string should be in the natural
form for the language, and should have a canonical representation (i.e.,
different producers should generate the same representation). For C++, the
string should match that produced by the target platform's canonical demangler;
spaces should only be inserted where syntactically required by the compiler.

Reply via email to