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 191


I was attempting to compile Crystal Space (0.13 r004), a LGPL'ed 3D engine
available at http://crystal.linuxgames.com/, when I encountered the error
listed in the subject line before.  This is egcs-1.1.2, I got it in binary
RPM form from ftp://developer.redhat.com/pub/rhcn/RPMS/i686/egcs*.rpm
 
As per the instructions in your FAQ, the output of the compiler follows
this message.
 
If you need any more information feel free to contact me.
 
        -Michael

gcc -v --save-temps -c -o out/LINUX/INTEL/debug.so/render/software/soft_g3d.o render/software/soft_g3d.cpp -Wall -mpentiumpro -march=i686 -fno-exceptions -fno-rtti -g3 -gstabs -DDEBUG -DOS_LINUX -DPROC_INTEL -DCOMP_GCC -DDO_SHM -DDO_MMX -DDO_SOUND -DNO_ASSEMBLER  -DDO_PNG -DDO_GIF -DDO_BMP -DDO_TGA -DDO_JPG -DNO_COM_SUPPORT    -DDO_GLIDE -DGLIDE24_ONLY -I../libjpeg -I../libpng -I../zlib -I/usr/X11/include -I/usr/local/glide/include -L/usr/X11/include -I. 
Reading specs from /usr/lib/gcc-lib/i686-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
 /usr/lib/gcc-lib/i686-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v -I../libjpeg -I../libpng -I../zlib -I/usr/X11/include -I/usr/local/glide/include -I. -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386 -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -g3 -gstabs -Wall -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ -DDEBUG -DOS_LINUX -DPROC_INTEL -DCOMP_GCC -DDO_SHM -DDO_MMX -DDO_SOUND -DNO_ASSEMBLER -DDO_PNG -DDO_GIF -DDO_BMP -DDO_TGA -DDO_JPG -DNO_COM_SUPPORT -DDO_GLIDE -DGLIDE24_ONLY render/software/soft_g3d.cpp soft_g3d.ii
GNU CPP version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/X11/include
 /usr/local/glide/include
 .
 /usr/include/g++
 /usr/local/include
 /usr/lib/gcc-lib/i686-redhat-linux/egcs-2.91.66/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i686-redhat-linux/egcs-2.91.66/cc1plus soft_g3d.ii -mcpu=pentiumpro -quiet -dumpbase soft_g3d.cc -mpentiumpro -march=i686 -g3 -gstabs -Wall -version -fno-exceptions -fno-rtti -o soft_g3d.s
GNU C++ version egcs-2.91.66 19990314 (egcs-1.1.2 release) (i686-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314 (egcs-1.1.2 release).
render/software/soft_g3d.cpp: In method `const struct INTERFACE_ENTRY * csGraphics3DSoftware::GetInterfaceTable()':
render/software/soft_g3d.cpp:71: Internal compiler error 191.
render/software/soft_g3d.cpp:71: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
render/software/soft_g3d.cpp:71: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.



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