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++/8017] overloaded static member functions


------- Additional Comments From tromey at redhat dot com  2010-02-05 23:31 -------
I am working on a fix.

The bug is that the OP_SCOPE branch in the evaluator does not handle
overloading (and can't easily do so).  I think the fix is to special-case
OP_SCOPE in the OP_FUNCALL code.

Note that this bug only happens when the name is qualified.  Unqualified
names work fine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware dot|tromey at redhat dot com
                   |org                         |


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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