bug report (with attachment)

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sat Apr 1 12:49:00 GMT 2000


> zodynas01.h:18: Internal compiler error 980711.

Thanks for your bug report. gcc-2.95.2 prints out a lot of error
messages for this code, starting with

zodynas01.h:18: syntax error before `;'
zodynas01.h:19: syntax error before `::'
zodynas01.h:24: syntax error before `;'

so the bug has been fixed. FYI, the bug in your code is that std::list
has not been defined, because <list> is not included.

Regards,
Martin


More information about the Gcc-bugs mailing list