Bug in gcc: Internal compiler error 980711

Nikolai Smirnov Nikolai.Smirnov@cern.ch
Sat Feb 26 10:33:00 GMT 2000


> g++ --version
egcs-2.91.66

> uname -a
Linux lxplus014 2.2.5-22smp #1 SMP Wed Jun 2 09:11:51 EDT 1999 i686 unknown

> g++ -c bug.cc
bug.cc:1: Internal compiler error 980711.
bug.cc:1: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
bug.cc:1: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.

> cat bug.cc
class A {  std::map<int, int> my_map_; };

---------------------------------------------------------------------
Yes, only one line in the bug.cc file. I forgot #include <map> and as a
result got the error 980711.

--
Regards, Nikolai Smirnov



More information about the Gcc-bugs mailing list