internal compiler error

Georg Bauhaus sb463ba@unidui.uni-duisburg.de
Mon Jul 5 12:40:00 GMT 1999


// NOT including <list> results in an internal compiler error
// #include<list>

struct S {
  std::list<char> cl;
};

/* * *
Linux sonnenregen 2.2.1 #3 SMP Fri Apr 23 06:04:04 CEST 1999 i586 unknown

g++ -c bug.cc    # this file

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

g++ -v:
Reading specs from /usr/lib/gcc-lib/i486-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 Debian GNU/Linux (egcs-1.1.2 release)

(the same happens on a different machine operated by RedHat Linux:

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Linux zorro.uni-duisburg.de 2.2.5-15smp #1 SMP Mon Apr 19 22:43:28 EDT 1999 i686 unknown

)

-# georg

* * */



More information about the Gcc-bugs mailing list