[Bug debug/13539] dbxout.c does not recognize protected inheritance
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 1 06:37:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-01 06:37 -------
You must of copied the wrong test case but here is the correct one:
class B { public: int bb; };
class D : protected B { public: int dd; };
D d;
int main () { return 0; }
But I can confirm this on the mainline and already have a patch :).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2004-01-01 06:37:24
date| |
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13539
More information about the Gcc-bugs
mailing list