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]

egcs-1.1a Internal Compiler error Mico-2.20/LinuxPPC R4


While trying to compile the package mico-2.2.0.tar.gz I received the
following error while using egcs-1.1a on LinuxPPC R4:

/usr/local/include/g++/stl_alloc.h:225: Internal compiler error.
/usr/local/include/g++/stl_alloc.h:225: Please submit a full bug report to `egcs-bugs@cygnus.com'.

After some assistance I have compiled `mico' again with the `-v
-save-temps' flags and have attached the *.ii file where the problem
occurs as well as a script file of the compile procedure at the end of
this message.   
	This fault does not appear to be a problem on Linux on other
platforms (from reports that I have received). 


#Script started on Mon Sep 14 05:29:22 1998

[root@stud-203 mico]# CC=gcc CXX=g++ CFLAGS="-v -save-temps" CXXFLAGS="-v save-temps" ./configure --disable-mini-stl

	[snip]

[root@stud-203 mico]# gmake
for i in admin include; do gmake -C $i adm || exit 1; done
gmake[1]: Entering directory `/root/mico_compile/mico/admin'
gmake[1]: Nothing to be done for `adm'.
gmake[1]: Leaving directory `/root/mico_compile/mico/admin'
gmake[1]: Entering directory `/root/mico_compile/mico/include'
gmake[1]: Nothing to be done for `adm'.
gmake[1]: Leaving directory `/root/mico_compile/mico/include'
for i in orb ir imr idl auxdir coss; do gmake -C $i lib || exit 1; done
gmake[1]: Entering directory `/root/mico_compile/mico/orb'
g++  -I../include -O  -v -save-temps  -fno-exceptions -I/usr/local/include -I/opt/include  -c typecode.cc -o typecode.o
Reading specs from /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.91.57/cpp -lang-c++ -v -I../include -I/usr/local/include -I/opt/include -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -D__PPC__ -D_
_ELF__ -D__unix__ -D__linux__ -D__powerpc__ -D__PPC -D__unix -D__linux -D__powerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -D_CALL_SYSV -D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian) -D_ARCH
_PPC -D__unix__ -D__linux__ -Dunix -Dlinux -Asystem(unix) -Asystem(linux) typecode.cc typecode.ii
GNU CPP version egcs-2.91.57 19980901 (egcs-1.1 release) (PowerPC GNU/Linux)
#include "..." search starts here:
#include <...> search starts here:
 ../include
 /usr/local/include
 /usr/local/include/g++
 /usr/local/include
 /usr/local/powerpc-unknown-linux-gnulibc1/include
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.91.57/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/powerpc-unknown-linux-gnulibc1/egcs-2.91.57/cc1plus typecode.ii -quiet -dumpbase typecode.cc -O -version -fno-exceptions -o typecode.s
GNU C++ version egcs-2.91.57 19980901 (egcs-1.1 release) (powerpc-unknown-linux-gnulibc1) compiled by GNU C version egcs-2.90.29 980515 (egcs-1.0.3 release).
/usr/local/include/g++/stl_tree.h: In method `void rb_tree<pair<CORBA::TypeCode *,CORBA::TypeCode *>,pair<CORBA::TypeCode *,CORBA::TypeCode *>,identity<pair<CORBA::TypeCode *,CORBA::TypeCode *> >,less<pair<CORBA::TypeCode *,CORBA::TypeCode *> >,__default_
alloc_template<false,0> >::__erase<pair<CORBA::TypeCode *,CORBA::TypeCode *>, pair<CORBA::TypeCode *,CORBA::TypeCode *>, identity<pair<CORBA::TypeCode *,CORBA::TypeCode *> >, less<pair<CORBA::TypeCode *,CORBA::TypeCode *> >, alloc>(struct __rb_tree_node<p
air<CORBA::TypeCode *,CORBA::TypeCode *> > *)':
/usr/local/include/g++/stl_tree.h:604:   instantiated from here
/usr/local/include/g++/stl_tree.h:909: Internal compiler error.
/usr/local/include/g++/stl_tree.h:909: Please submit a full bug report to `egcs-bugs@cygnus.com'.
gmake[1]: *** [typecode.o] Error 1
gmake[1]: Leaving directory `/root/mico_compile/mico/orb'
gmake: *** [system] Error 1

#Script done on Mon Sep 14 19:58:38 1998


Many thanks,

-Brook

==============================================================================
=       _/_/_/ _/_/_/  _/_/_/ _/_/_/ _/  _/  Brook Schofield BAppComp        =
=      _/  _/ _/  _/  _/  _/ _/  _/ _/ _/    Brook.Schofield@utas.edu.au     =
=     _/_/   _/_/_/  _/  _/ _/  _/ _/_/      +61 419 572291                  =
=    _/  _/ _/  _/  _/  _/ _/  _/ _/  _/     22 Crestview Crt, Newnham       =
=   _/_/_/ _/    _/_/_/_/ _/_/_/ _/    _/    Tasmania, Australia 7248        =
==============================================================================

ii file for typecode compile


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