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