Internal compiler error 981117.

Marc Girod girod@stybba.ntc.nokia.com
Sun Mar 21 02:11:00 GMT 1999


Hello!

I am trying to practice the use of -fnew-abi.
For this, I installed in addition to egcs, libstdc++-2.90.4, and built
it with -fnew-abi.
I am then trying to build the 27hello.cc found in it in testsuite/27.

I get:

% c++ -I/home/marc/H-libstdc++/include/g++-v3 -L/home/marc/H-libstdc++/lib -fnew-abi -fno-honor-std --save-temps -o 27hello 27hello.cc
In file included from /home/marc/H-libstdc++/include/g++-v3/bits/std_iterator.h:34,
                 from /home/marc/H-libstdc++/include/g++-v3/bits/std_ios.h:53,
                 from /home/marc/H-libstdc++/include/g++-v3/bits/std_ostream.h:38,
                 from /home/marc/H-libstdc++/include/g++-v3/bits/std_iostream.h:38,
                 from /home/marc/H-libstdc++/include/g++-v3/iostream:2,
                 from 27hello.cc:21:
/home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: Internal compiler error 981117.
/home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
/home/marc/H-libstdc++/include/g++-v3/bits/stl_iterator_base.h:42: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
% 

Below my egcs and libstdc++ versions, with their configurations, and
gzipped and base64 encoded, my 27hello.ii file.

Best Regards!
Marc

egcs-2.93.12 (19990314 snapshot)
./configure --with-gcc-version-trigger=/home/marc/egcs-19990314/gcc/version.c --host=i586-pc-linux-gnu --norecursion 
#  using "mt-frag"

libstdc++-2.90.4 configured with:
CFLAGS="-g -O2 -fnew-abi -fno-honor-std" CXXFLAGS="-g -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -fnew-abi -fno-honor-std" ../libstdc++-2.90.4/configure  --prefix=/home/marc/H-libstdc++



More information about the Gcc-bugs mailing list