This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[basic-improvements] bootstrap failure on x86
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 5 Dec 2002 08:12:00 -0500
- Subject: [basic-improvements] bootstrap failure on x86
- Organization: Red Hat Canada
The spec2000 x86 tester failed to build basic-improvements last
night with this error:
-----------------------------------------------------------------------------
[ ... ]
./genrecog /home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md > tmp-recog.c
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:14135: warning: source missing a mode?
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:14202: warning: source missing a mode?
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:1814: `*lfence_insn+21' matches `*lfence_insn+20'
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:1802: previous definition of `*lfence_insn+20'
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:2025: `*lfence_insn+26' matches `*lfence_insn+25'
/home/dnovillo/perf/sbox/bib/local/src/gcc/config/i386/i386.md:2013: previous definition of `*lfence_insn+25'
make[2]: *** [s-recog] Error 1
make[2]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/notnfs/dnovillo/sbox/bib/bld/gcc'
make: *** [bootstrap] Error 2
-----------------------------------------------------------------------------
The diff is large because this was the first build after the
latest merge. Anybody recognize the above?
Diego.