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]

Bug in gcc: Internal compiler error 980711


> 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


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