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/37237] Debug information for virtual destructors omits DW_AT_vtable_elem_location


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37237

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> 2013-01-31 19:32:35 UTC ---
I don't think such an attribute belongs in the DWARF standard, since this is
very much an internal detail of the ABI; another ABI might have just a single
destructor with magic arguments, like the old G++ ABI.

You need to know a lot about the destructor ABI as it is; looking for D0/D1
doesn't seem like a major additional burden to me.


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