This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Mainline bootstrap broken for i686-pc-linux-gnu
- From: Colin Douglas Howell <chowell2 at pacbell dot net>
- To: gcc at gcc dot gnu dot org
- Cc: ghazi at caip dot rutgers dot edu
- Date: Sat, 05 Jul 2003 04:03:37 -0700
- Subject: Mainline bootstrap broken for i686-pc-linux-gnu
Fails as follows for a clean bootstrap (using contrib/gcc_build):
stage1/xgcc -Bstage1/ -B/home/howell/dev/install/i686-pc-linux-gnu/bin/
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common
-DHAVE_CONFIG_H -I. -I. -I/home/howell/dev/gcc/gcc
-I/home/howell/dev/gcc/gcc/. -I/home/howell/dev/gcc/gcc/config
-I/home/howell/dev/gcc/gcc/../include -I../intl -c insn-attrtab.c \
-o insn-attrtab.o
insn-attrtab.c:19771: warning: no previous prototype for
`k6_fpu_unit_ready_cost'
insn-attrtab.c:20032: warning: no previous prototype for
`k6_fpu_unit_blockage_range'
insn-attrtab.c:20047: warning: no previous prototype for
`k6_store_unit_ready_cost'
insn-attrtab.c:20543: warning: no previous prototype for
`k6_store_unit_blockage_range'
insn-attrtab.c:20558: warning: no previous prototype for
`k6_load_unit_ready_cost'
insn-attrtab.c:20967: warning: no previous prototype for
`k6_load_unit_blockage_range'
insn-attrtab.c:20982: warning: no previous prototype for
`k6_branch_unit_ready_cost'
insn-attrtab.c:20997: warning: no previous prototype for
`k6_alu_unit_ready_cost'
insn-attrtab.c:21453: warning: no previous prototype for
`k6_alu_unit_blockage_range'
insn-attrtab.c:21468: warning: no previous prototype for
`k6_alux_unit_ready_cost'
insn-attrtab.c:21825: warning: no previous prototype for
`k6_alux_unit_blockage_range'
insn-attrtab.c:21840: warning: no previous prototype for
`fpu_unit_ready_cost'
insn-attrtab.c:22181: warning: no previous prototype for
`fpu_unit_blockage_range'
insn-attrtab.c:22196: warning: no previous prototype for
`ppro_p34_unit_ready_cost'
insn-attrtab.c:22211: warning: no previous prototype for
`ppro_p2_unit_ready_cost'
insn-attrtab.c:22226: warning: no previous prototype for
`ppro_p01_unit_ready_cost'
insn-attrtab.c:22241: warning: no previous prototype for
`ppro_p0_unit_ready_cost'
insn-attrtab.c:22776: warning: no previous prototype for
`ppro_p0_unit_blockage_range'
make[2]: *** [insn-attrtab.o] Error 1
make[2]: Leaving directory `/home/howell/dev/gcc/objdir/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/howell/dev/gcc/objdir/gcc'
make: *** [bootstrap] Error 2
gcc_build: error: Could not bootstrap the compiler
I suspect this was triggered by the following change:
2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genattr.c (internal_dfa_insn_code): Output prototype.
* genattrtab.c: Don't output unnecessary decls, output in ISO C.
* genautomata.c: Likewise.
* genconditions.c: Likewise.
* genemit.c: Likewise.
* genextract.c: Likewise.
* gengenrtl.c: Likewise.
* gengtype.c: Likewise.
* genopinit.c: Likewise.
* genoutput.c: Likewise.
* genpeep.c: Likewise.
* genrecog.c: Likewise.
Colin