This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: internal compiler error


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]