This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3755: Inaccurate error message when the compiler tries to instantiate a virtual class using the constructor of a subclass that it does not know about since it was not included.
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, quik at quikbox dot ca
- Subject: Re: c++/3755: Inaccurate error message when the compiler tries to instantiate a virtual class using the constructor of a subclass that it does not know about since it was not included.
- From: nathan at gcc dot gnu dot org
- Date: 21 Jul 2001 20:52:46 -0000
Synopsis: Inaccurate error message when the compiler tries to instantiate a virtual class using the constructor of a subclass that it does not know about since it was not included.
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sat Jul 21 13:52:45 2001
State-Changed-Why:
I get,
3755.ii: In function `int main()':
3755.ii:8: parse error before `;' token
which seems adequate. Anyway, the new parser might change
it.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3755&database=gcc