This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: internal error 40
- To: adonovan at imerge dot co dot uk
- Subject: Re: internal error 40
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 27 Mar 2000 23:09:18 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <TFSMZGKM@scigen.co.uk>
> This snippet of code causes my g++ to barf (I've cut it down to the
> minimum). Full details below. Yes I know it's not legal C++ but it
> would be if I'd remembered the semicolon after the j! :-)
Thanks for your bug report. The mainline compiler (2.96 20000326
(experimental)) says
a.cc: In function `int main ()':
a.cc:5: parse error before `*'
a.cc:5: confused by earlier errors, bailing out
which is probably better.
Regards,
Martin