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++/8839] gdb loses the name of an empty class


------- Additional Comments From tromey at redhat dot com  2009-05-20 21:58 -------
This seems to be working now, so I'm closing the PR:

(gdb) ptype E0
type = class E0 {
}
(gdb) ptype E1
type = struct E1 {
    <no data fields>
}
(gdb) ptype E2
type = class E2 : public E0 {
}


I didn't see empty.exp in the current sources, strange.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |6.8


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

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