This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 debug/13539] dbxout.c does not recognize protected inheritance


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 06:44 -------
And it works correctly for the testcase:
(gdb) ptype D
type = class D : protected B {
  public:
    int dd;

    D & operator=(D const&);
    void D(D const&);
    void D();
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13539


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