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]

Internal compiler error, egcs-1.0.1 on RedHat



I'm in the middle of building koffice (a KDE application) which
needs mico-2.0.8. During the compile of mico, the C++ component
of egcs gves me an internal compiler error and to please submit
a full bug report.

I'm not sure exactly how full this one is going to be :) but
for what it's worth:

system: Pentium P-100, running Redhat 5.0 Linux 2.0.34
ram: 48 megs
swap: (currently) 102 megs, usually 64

running KDE 1.0 final

The version of mico is 2.0.8, retrievable from 
the ftp.kde.org server at /pub/kde/apps/unstable/office/koffice.


compiler is egcs-1.0.1. Should I install 1.0.3?

the output is like the following, and the bug is repeatable.


make[1]: Leaving directory `/usr/tmp/mico/admin'
make[1]: Entering directory `/usr/tmp/mico/include'
make[1]: Nothing to be done for `adm'.
make[1]: Leaving directory `/usr/tmp/mico/include'
for i in orb ir imr idl auxdir coss; do make -C $i lib || exit 1; done
make[1]: Entering directory `/usr/tmp/mico/orb'
c++  -I. -I../include -O   -fno-exceptions -I/usr/local/include  -c CORBA-c.cc -o CORBA-c.o
/usr/include/g++/streambuf.h: In method `int ios::eof() const':
In file included from /usr/include/g++/iostream.h:31,
                 from /usr/include/g++/iterator:33,
                 from /usr/include/g++/std/bastring.h:41,
                 from /usr/include/g++/string:6,
                 from ../include/CORBA.h:61,
                 from CORBA-c.cc:1:
/usr/include/g++/streambuf.h:209: Internal compiler error.
/usr/include/g++/streambuf.h:209: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [CORBA-c.o] Error 1
make[1]: Leaving directory `/usr/tmp/mico/orb'
make: *** [system] Error 1           

--
------------------------------------------------------------------------
David E. Fox                 Tax              Thanks for letting me
dfox@belvdere.vip.best.com   the              change magnetic patterns
root@belvedere.sbay.org      churches         on your hard disk.
-----------------------------------------------------------------------


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