This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: internal compiler error
- To: jj dot renes at hccnet dot nl
- Subject: Re: internal compiler error
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 7 Mar 2000 21:03:22 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <38C5099F.A76B6DF2@hccnet.nl>
> The attached header file and source code adapted from CUJ++ March
> 2000 generated the reported interna error.
Thanks for your bug report. You did not indicate what compiler version
you where using, but I guess it was 1.1.2. gcc-2.95.2 says
In file included from utilitym.cpp:37:
utilitym.h:699: parse error before `if'
utilitym.h:710: parse error before `SIZE'
utilitym.h:760: `var_ref' was not declared in this scope
utilitym.h:762: syntax error before `('
utilitym.h:786: `var_ref' was not declared in this scope
utilitym.h:788: syntax error before `('
so the bug appears to be fixed.
Regards,
Martin