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 c++/17314] bad error


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


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