[C++] internal compiler error on missing semicolon

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Mon May 31 21:06:00 GMT 1999


> 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 for your bug report. egcs-2.93.21 does not crash; it says

user.h: In method `void userlist::clear()':
user.h:52: use of class template `template <class T, class Alloc = class alloc> list<T,Alloc>' as expression
user.h:52: parse error before `::'

so it appears that the bug was fixed.

Regards,
Martin



More information about the Gcc-bugs mailing list