[Bug c++/15567] pty of derived class w/ using base::method doesn't print base::method

dje at google dot com sourceware-bugzilla@sourceware.org
Mon Jun 3 23:11:00 GMT 2013


http://sourceware.org/bugzilla/show_bug.cgi?id=15567

--- Comment #2 from dje at google dot com ---
There's the additional bug that "p d->foo (0)" tries to invoke the wrong
method.
gdb looks for "double foo (double)" and never tries "int foo (int)".
[I'm setting aside the absence of the return type in the search parameters.]

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



More information about the Gdb-prs mailing list