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.

Reply via email to