[Bug c++/15169] unhandled overload resolution case

keiths at redhat dot com sourceware-bugzilla@sourceware.org
Thu Mar 9 22:23:00 GMT 2017


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

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |keiths at redhat dot com
         Resolution|---                         |FIXED

--- Comment #1 from Keith Seitz <keiths at redhat dot com> ---
This appears to work since at least 7.9:

& gdb-7.9 ~/tmp/15169 -ex start -ex "p overload(1,f)"
Reading symbols from /home/keiths/tmp/15169...done.
Temporary breakpoint 1 at 0x400629: file 15169.cc, line 7.
Starting program: /home/keiths/tmp/15169 

Temporary breakpoint 1, main () at 15169.cc:7
7         return overload(0, f);
$1 = 1

Please file a new bug if there are still unaddressed problems.

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


More information about the Gdb-prs mailing list