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++/15169] unhandled overload resolution case


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.

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