This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/49312] New: Make DW_AT_name contain only simple name, no template-id
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 7 Jun 2011 16:49:20 +0000
- Subject: [Bug debug/49312] New: Make DW_AT_name contain only simple name, no template-id
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49312
Summary: Make DW_AT_name contain only simple name, no
template-id
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dodji@gcc.gnu.org
The DW_AT_name attribute of DIEs representing template instantiations should
not contain template-ids, but rather only contain the simple name of the
template.
This is true especially now that G++ emits debug information describing
template arguments in such DIEs.