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]

[C++] internal compiler error on missing semicolon


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


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