This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15372] ref qualifiers and overloading


https://sourceware.org/bugzilla/show_bug.cgi?id=15372

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keiths at redhat dot com
           See Also|                            |http://sourceware.org/bugzi
                   |                            |lla/show_bug.cgi?id=14441

--- Comment #1 from Keith Seitz <keiths at redhat dot com> ---
Many years later, we have DWARF support for rvalue references and we even have
pending support for them in GDB (see c++/14441). However, that patch series
still has some problems with overload resolution.

I'm using this bug to track these problems. In our test suite, we (will) have:

FAIL: gdb.cp/rvalue-ref-overload.exp: lvalue reference overload
FAIL: gdb.cp/rvalue-ref-overload.exp: rvalue reference overload
FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on Child&& in f2

These will be marked KFAIL and linked to this bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]