This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error
- To: gcc-bugs at gcc dot gnu dot org, Jan van Male <vanmale at FenK dot WAU dot NL>
- Subject: Internal compiler error
- From: Jos van den Oever <Jos dot vandenOever at fenk dot wag-ur dot nl>
- Date: Thu, 20 Jul 2000 12:01:06 +0200
- Organization: Laboratory for Physical Chemistry and Colloid Science
- Reply-To: Jos dot vandenOever at fenk dot wag-ur dot nl
The compiler requested I submit a bug report. I've cut the code as much as I could without losing the compiler error.
Hope it's useful, Jos
oever@snow:~/cpp/sfbox/sfbox > g++ -v --save-temps -O2 -fshort-double -c test.cp
p
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cpp -lang-c++ -v -D__GNUC__=2 -
D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinu
x -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix)
-D__EXCEPTIONS -D__OPTIMIZE__ -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i
386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__ te
st.cpp test.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
/usr/local/include
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../i686-pc-linux-gnu/i
nclude
/usr/local/lib/gcc-lib/i686-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/i686-pc-linux-gnu/2.95.2/cc1plus test.ii -quiet -dumpbas
e test.cc -O2 -version -fshort-double -o test.s
GNU C++ version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled by GNU C
version 2.95.2 19991024 (release).
test.cpp: In function `int main(...)':
test.cpp:13: Internal compiler error in `output_fix_trunc', at ./config/i386/i38
6.c:4012
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
test.cpp
test.ii.bz2