[Bug debug/56974] New: c++ ref qualifiers not represented in DWARF

tromey at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 15 20:05:00 GMT 2013


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

             Bug #: 56974
           Summary: c++ ref qualifiers not represented in DWARF
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tromey@gcc.gnu.org


C++11 added ref qualifiers for methods like "&" and "&&".
As far as I can tell these are not present in the debuginfo.
I think they ought to be represented somehow; otherwise
gdb can't implement overloading properly.



More information about the Gcc-bugs mailing list