This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Boostrap failure 19981101 on powerpc
- To: egcs at cygnus dot com
- Subject: Boostrap failure 19981101 on powerpc
- From: Brad Reick <bgreick at gauss dot cord dot edu>
- Date: Thu, 5 Nov 1998 14:52:17 -0600 (CST)
I have been trying to compile recent snapshots and they all seem to fail
on during the stage1 build, on the same piece of code, regmove.c. In
fact I havent had any success since I built egcs 1.0.3 months ago. Were
there some major changes to regmove.c that would break the build on the
ppc or could something else be at work here?
System info:
target: powerpc-unknown-linux-gnulibc1 (mklinux)
binutils 2.9.1
egcs 1.0.3
Here are the errors encountered on the most recent build attempt:
stage1/xgcc -Bstage1/ -B/users/local//powerpc-unknown-linux-gnulibc1/bin/
-c -DIN_GCC -DUSE_GNULIBC_1 -W -Wall -O2 -g -O2 -DHAVE_CONFIG_H
-DHAIFA -I. -I. -I./config -I./../include regmove.c
regmove.c: In function `regmove_optimize':
regmove.c:196: warning: array subscript has type `char'
regmove.c:210: warning: array subscript has type `char'
regmove.c:162: warning: unused variable `matching_operand'
regmove.c:161: warning: unused variable `output_operand'
regmove.c:622: warning: suggest parentheses around assignment used as
truth value
regmove.c:762: warning: array subscript has type `char'
regmove.c:776: warning: array subscript has type `char'
regmove.c:728: warning: unused variable `matching_operand'
regmove.c:727: warning: unused variable `output_operand'
regmove.c:933: warning: suggest parentheses around assignment used as
truth value
regmove.c:116: warning: unused parameter `nregs'
regmove.c:234: warning: `dst_note' might be used uninitialized in this
function
regmove.c:238: warning: `insn_const' might be used uninitialized in this
function
regmove.c:238: warning: `newconst' might be used uninitialized in this
function
regmove.c:363: warning: `set2' might be used uninitialized in this function
regmove.c:542: warning: `set2' might be used uninitialized in this function
xgcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [regmove.o] Error 1
make[2]: Leaving directory `/users/tools/egcs-19981101/gcc'
make[1]: *** [bootstrap] Error 2
Cheers,
Bradley Reick
bgreick@gauss.cord.edu