This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/49312] New: Make DW_AT_name contain only simple name, no template-id


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]