This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20207] null constructor not needed in multiple inheritance
- From: "sstrasser at systemhaus-gruppe dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2005 05:38:17 -0000
- Subject: [Bug c++/20207] null constructor not needed in multiple inheritance
- References: <20050225144353.20207.Serge.Iovleff@univ-lille1.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From sstrasser at systemhaus-gruppe dot de 2005-03-01 05:38 -------
it is invalid to use A0 in the base constructor list of D, because A0 is not a
virtual base for D. .it doesn't matter that the inheritance A->A0 is declared
virtual, 2 trees which both inherit A0 must join at D to use it in base
constructor list)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20207