This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/49130] discrepancies between DW_AT_name and demangler
- From: "dodji at seketeli dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 7 Jun 2011 22:22:27 +0000
- Subject: [Bug debug/49130] discrepancies between DW_AT_name and demangler
- Auto-submitted: auto-generated
- References: <bug-49130-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49130
--- Comment #9 from dodji at seketeli dot org <dodji at seketeli dot org> 2011-06-07 22:21:43 UTC ---
After the discussions we've had elsewhere, I think DW_AT_name should
contain only the simple template name (with no template arguments) when
it refers to a template instantiation. The debug info describing the
template argument should be enough [and less error-prone] for the
consumer to reconstruct the full template-id, if need be.
I have filed PR debug/49312 to track that task.