This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Bootstrap failure on i386-*
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gcc at gcc dot gnu dot org
- Cc: Jan Hubicka <jh at suse dot cz>
- Date: Mon, 30 Jun 2003 15:02:05 +0200 (CEST)
- Subject: Bootstrap failure on i386-*
I'm getting the following bootstrap failure on i386-unknown-freebsd4.8:
./genrecog /sw/test/gcc/cvs/gcc/config/i386/i386.md > tmp-recog.c
/sw/test/gcc/cvs/gcc/config/i386/i386.md:17121: warning: operand 1 missing mode?
/bin/sh /sw/test/gcc/cvs/gcc/move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
stage1/xgcc -Bstage1/ -B/sw/gcc-current/i386-unknown-freebsd4.8/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/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/config -I/sw/test/gcc/cvs/gcc/../include -c insn-recog.c \
-o insn-recog.o
insn-recog.c: In function `recog_23':
insn-recog.c:31030: warning: comparison between signed and unsigned
insn-recog.c:31071: warning: comparison between signed and unsigned
insn-recog.c:31072: warning: comparison between signed and unsigned
insn-recog.c: In function `recog_27':
insn-recog.c:35468: warning: comparison between signed and unsigned
insn-recog.c:35509: warning: comparison between signed and unsigned
insn-recog.c:35510: warning: comparison between signed and unsigned
gmake[2]: *** [insn-recog.o] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0630-1438/gcc'
gmake[1]: *** [stage2_build] Error 2
Below are the lines where the first such warning happens:
31029 && flag_unsafe_math_optimizations
31030 && GET_MODE (operands[1]) == TARGET_128BIT_LONG_DOUBLE ? TFmode : XFmode))
31031 {
Gerald