[Bug debug/63240] New: DWARF does not represent C++ defaulted methods
mpolacek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 12 11:09:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63240
Bug ID: 63240
Summary: DWARF does not represent C++ defaulted methods
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: mpolacek at gcc dot gnu.org
Similarly to PR63239, DWARF does not seem to represent C++ defaulted methods.
struct A
{
int i;
A() = default;
};
Not sure whether that is really an issue, might be just an implementation
detail.
More information about the Gcc-bugs
mailing list