This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4911: private base class constructor inaccessible in unusual class hierarchy
- From: nathan at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, post at volker-wysk dot de
- Date: 15 Dec 2001 19:27:39 -0000
- Subject: Re: c++/4911: private base class constructor inaccessible in unusual class hierarchy
- Reply-to: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, post at volker-wysk dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: private base class constructor inaccessible in unusual class hierarchy
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sat Dec 15 11:27:39 2001
State-Changed-Why:
no, I is an ambiguous base, and so the direct base is
inaccessible [10.2]/3
The bug about no I() constructor has been fixed on the
mainline
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4911