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 373 in GCC 2.95.2 (C++)


Hi,

gcc 2.95.2 bails out with internal compiler error 373 on one of my
programs. I am attaching the offending preprocessed program,
uncompress, then type 

	gcc matrix.test.ii

to reproduce the bug.

$ g++  -I$HOME/ICD/globi -Wall -W -g3 -O0 -fprofile-arcs -ftest-coverage \
-pg -ax  -c matrix.test.cc -o matrix.test.o -v --save-temps 2>&1 | tee \
/tmp/log
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/cpp -lang-c++ -v -I/home/emma/ICD/globi -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -g3 -Wall -W -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ matrix.test.cc matrix.test.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /home/emma/ICD/globi
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i586-pc-linux-gnu/include
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/cc1plus matrix.test.ii -quiet -dumpbase matrix.test.cc -g3 -O0 -Wall -W -version -p -fprofile-arcs -ftest-coverage -o matrix.test.s
GNU C++ version 2.95.2 19991024 (release) (i586-pc-linux-gnu) compiled by GNU C version 2.95.2 19991024 (release).
matrix.h: In method `class MatrixC<double> & MatrixC<double>::operator =(double)':
matrix.test.cc:21:   instantiated from here
matrix.h:217: Internal compiler error 373.
matrix.h:217: Please submit a full bug report.
matrix.h:217: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

-- 
Matthias Andree

                Where do you think you're going today?

matrix.test.ii.bz2


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