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



I got an internal compiler error.  Here is the command line, output and .ii 
file (let me know if the attachment works ok...)

Brett

g++ -v --save-temps -Wall -Wno-unused -g -D_REENTRANT -DPARANOID -DPERFMON 
-DSTATS -DCACHESIZE=32768 -DENABLE_MMX  perftest.cc -o perftest.debug 
../lib/libspectra.a ../lib/fftw/src/libfftw.a -lpthread  -I../lib/vr 
-I../lib/vrio -I../lib/vrp -I../lib/vrvoice -I../lib/vrgui -I../lib/fftw/src 
-I../lib/libpperf

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)
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v -I../lib/vr 
-I../lib/vrio -I../lib/vrp -I../lib/vrvoice -I../lib/vrgui -I../lib/fftw/src 
-I../lib/libpperf -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) -D__EXCEPTIONS -g -Wall -Wno-unused -Asystem(unix) -Acpu(i386) 
-Amachine(i386) -Di386 -D__i386 -D__i386__ -D_REENTRANT -DPARANOID -DPERFMON 
-DSTATS -DCACHESIZE=32768 -DENABLE_MMX perftest.cc perftest.ii
GNU CPP version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) (i386 
Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../lib/vr
 ../lib/vrio
 ../lib/vrp
 ../lib/vrvoice
 ../lib/fftw/src
 ../lib/libpperf
 /usr/include/g++-2
 /usr/local/include
 /usr/i386-redhat-linux/include
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1plus perftest.ii -quiet 
-dumpbase perftest.cc -g -Wall -Wno-unused -version -o perftest.s
GNU C++ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) 
(i386-redhat-linux) compiled by GNU C version egcs-2.91.66 19990314/Linux 
(egcs-1.1.2 release).
perftest.cc:0: Internal compiler error.
perftest.cc:0: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
perftest.cc:0: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.

perftest.ii.gz


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