[C++] internal compiler error on missing semicolon
Vincent Seguin
seguin@via.ecp.fr
Sun May 23 03:03:00 GMT 1999
Here is the command line:
gcc -v --save-temps -Wall user.cc 2> output
The error was due to a missing ';' at the end of the userlist class in
the user.h file. It compiles fine when added.
Thanks !
--
Vincent Seguin - élève ingénieur ECP - http://caribou.via.ecp.fr/
La plupart des généralités sont fausses, y compris celle-ci.
user.s
user.h
user.cc
output
user.ii.gz
More information about the Gcc-bugs
mailing list