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

        ReportedBy: tro...@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.

Reply via email to