[Bug debug/49131] New: destructors missing DW_AT_vtable_elem_location

tromey at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 23 22:08:00 GMT 2011


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

           Summary: destructors missing DW_AT_vtable_elem_location
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tromey@gcc.gnu.org


Compile this with -g:

struct S {
  virtual ~S() { }
};
S s;

The destructor doesn't have a DW_AT_vtable_elem_location, but I think it
should.



More information about the Gcc-bugs mailing list