This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
a bootstrap failure on i686-pc-linux-gnu
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 16 Nov 2004 09:03:10 -0500 (EST)
- Subject: a bootstrap failure on i686-pc-linux-gnu
Hi,
I just got bootstrap failure from mainline on i686-pc-linux-gnu
running Fedora Core 3 with gcc-3.4.2-6.fc3.
Here is what I got:
./df.o differs
./tree-gimple.o differs
java/typeck.o differs
The top of ChangeLog is:
2004-11-16 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/18447
* config/sh/sh.c (prepare_move_operands): Emit blockage insns
before and after the insns for getting GOT address in non-PIC
TLS_MODEL_INITIAL_EXEC tls sequence when the first scheduling
is enabled.
Has anybody seen this bootstrap failure?
This is my firstbootstrap of mainline on Fedora Core 3, so maybe I
just haven't noticed something wrong on my system.
Kazu Hirata