This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17314] bad error
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Sep 2004 11:34:07 -0000
- Subject: [Bug c++/17314] bad error
- References: <20040904040022.17314.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From igodard at pacbell dot net 2004-09-07 11:34 -------
You still don't get it, so I give up. You might want to run this by someone else at gnu; maybe they can explain.
"But Comeau does not say why it is inaccessible while we do, it is protected." FALSE. It is NOT inaccessible because it is protected - any derived class can access a protected member in a base class. It is inaccessible because it is in fact PRIVATE - which is not what the message says.
Have fun. I don't know why I waste my time trying to improve your product.
Ivan
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314