C++ (stdlib.h) i386 Linux

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Tue Nov 30 23:39:00 GMT 1999


> gcc_bug.cc:5: Internal compiler error 980711.

Thanks for your bug report. gcc-2.95.2 says

gcc_bug.cc:5: syntax error before `;'
gcc_bug.cc: In function `int main()':
gcc_bug.cc:8: `C' undeclared (first use this function)
gcc_bug.cc:8: (Each undeclared identifier is reported only once
gcc_bug.cc:8: for each function it appears in.)
gcc_bug.cc:8: parse error before `,'

so the bug is fixed now; I suggest to upgrade. Be aware that there is
a bug in your program, too: you need to include <complex>.

Regards,
Martin



More information about the Gcc-bugs mailing list