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
- Subject: Internal compiler error
- From: Sundar Nagarajan <sundar at nagarajan dot net>
- Date: Sat, 12 Aug 2000 22:57:01 -0400 (EDT)
I recently downloaded gcc 2.95.2.
I am compiling on a Pentium III 667 MHz 133 MHz FSB, 256 MB 133 MHz SDRAM running Linux 2.2.16 (with IDE patch of 20000717).
I was able to successfully compile gcc 2.95.2 with my OLD gcc, but afetr installing gcc 2.95.2 (in /usr/local/bin) when I tried compiling gcc 2.95.2 again with the NEW gcc 2.95.2 I get this error:
---------------end part of make output-----------------
gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H -I. -I. -I./config -I./../include hash.c
In file included from /usr/include/stdio.h:631,
from system.h:32,
from hash.c:23:
/usr/include/bits/stdio.h: In function `getc_unlocked':
/usr/include/bits/stdio.h:51: Internal compiler error in `emit_move_insn_1', at expr.c:2636
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[1]: *** [hash.o] Error 1
make[1]: Leaving directory `/opt/tmp/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2
-----------------------end of make output-----------------------