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: unassig...@gcc.gnu.org ReportedBy: do...@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.