This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
internal compiler error; gcc-2.95.2; c++; slackware 7.1; compiling jikes
- To: gcc-bugs at gcc dot gnu dot org
- Subject: internal compiler error; gcc-2.95.2; c++; slackware 7.1; compiling jikes
- From: Naresh Donti <ndonti at prodigy dot net>
- Date: Sun, 03 Sep 2000 22:52:03 +0000
The system is a slackware linux 7.1 machine with gcc-2.95.2 from the
cotrib section of slackware.
I did
gcc -v --save-temps -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o
system.o `test -f system.cpp || echo './'`system.cpp
Which yeilded the following: from >>>>>>>>>>> to <<<<<<<<<<<<
>>>>>>>>>>>
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/lib/gcc-lib/i386-slackware-linux/2.95.2/cpp -lang-c++ -v -I. -I.
-I. -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
-D__OPTIMIZE__ -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
-DHAVE_CONFIG_H system.cpp system.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
.
/usr/lib/gcc-lib/i386-slackware-linux/2.95.2/../../../../include/g++-3
/usr/local/include
/usr/lib/gcc-lib/i386-slackware-linux/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search
path:
/usr/lib/gcc-lib/i386-slackware-linux/2.95.2/../../../../i386-slackware-linux/include
End of omitted list.
/usr/lib/gcc-lib/i386-slackware-linux/2.95.2/cc1plus system.ii -quiet
-dumpbase system.cc -g -O2 -version -o system.s
GNU C++ version 2.95.2 19991024 (release) (i386-slackware-linux)
compiled by GNU C version 2.95.2 19991024 (release).
In file included from system.cpp:12:
tuple.h: In method `void Tuple<Tuple<AstExpression *>
>::AllocateMoreSpace()':
tuple.h:195: instantiated from `Tuple<Tuple<AstExpression *>
>::NextIndex()'
tuple.h:209: instantiated from `Tuple<Tuple<AstExpression *>
>::Next()'
semantic.h:186: instantiated from here
tuple.h:95: Internal compiler error.
tuple.h:95: Please submit a full bug report.
tuple.h:95: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport>
for instructions.
g++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o system.o `test -f
system.cpp || echo './'`system.cpp
In file included from system.cpp:12:
tuple.h: In method `void Tuple<Tuple<AstExpression *>
>::AllocateMoreSpace()':
tuple.h:195: instantiated from `Tuple<Tuple<AstExpression *>
>::NextIndex()'
tuple.h:209: instantiated from `Tuple<Tuple<AstExpression *>
>::Next()'
semantic.h:186: instantiated from here
tuple.h:95: Internal compiler error.
tuple.h:95: Please submit a full bug report.
tuple.h:95: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport>
for instructions.
make: *** [system.o] Error 1
<<<<<<<<<<<<
system.ii.bz2