This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[C++] internal compiler error on missing semicolon
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: [C++] internal compiler error on missing semicolon
- From: Vincent Seguin <seguin at via dot ecp dot fr>
- Date: Sun, 23 May 1999 11:57:57 +0200
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