This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: constructor declaration namings
- To: hanymorcos at yahoo dot com
- Subject: Re: constructor declaration namings
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 26 Jan 2000 22:58:27 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000126151448.7344.qmail@web3202.mail.yahoo.com>
> cvn.cpp:13: Internal compiler error.
Thanks for your bug report. The mainline compiler (2.96 20000108
(experimental)) says
a.cc:12: typedef `class x' in elaborated type specifier
a.cc:12: parse error before `int'
a.cc:14: syntax error before `{'
so it seems the bug has been fixed.
Regards,
Martin