This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12119] Inherited protected member not accessible.
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Sep 2003 03:54:07 -0000
- Subject: [Bug c++/12119] Inherited protected member not accessible.
- References: <20030831214402.12119.richard.kreckel@ginac.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12119
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-01 03:54 -------
This was done because the standard say it should not be accessible (see
§11.5 and bug 11174).
Marking this as a dup of bug 11174 which was the bug tracking the accepts invalid.
*** This bug has been marked as a duplicate of 11174 ***