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++/8016] calling user-defined operators in gdb


------- Additional Comments From keiths at redhat dot com  2010-03-10 01:36 -------
I have verified that this has been fixed between 6.8 and 7.1:

(gdb) p a == b
$1 = false
(gdb) p a.operator==(b)
$2 = false


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.1


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

------- 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]