This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[basic-improvements] bootstrap failure on x86


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]