This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] bootstrap failure on x86
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: Jason Merrill <jason at redhat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: 30 May 2003 09:36:00 -0400
- Subject: Re: [tree-ssa] bootstrap failure on x86
- Organization: Red Hat Canada
- References: <200305301324.h4UDOpJM017471@speedy.slc.redhat.com>
On Fri, 2003-05-30 at 09:24, law@redhat.com wrote:
> Well, given that I'm not seeing it bootstrapping here, are you sure it's
> not a local problem of some kind? I've bootstrapped with those changes
> twice now.
>
It failed on both P4 and P3 in the same way. The SPEC testers use
different trees and they're both pristine checkouts of the branch. The
only difference you may have with my builds is that the SPEC testers
configure with --disable-checking:
/home/dnovillo/perf/sbox/tree-ssa-branch/local/src/configure --prefix=/home/dnovillo/perf/sbox/tree-ssa-branch/local/inst --srcdir=/home/dnovillo/perf/sbox/tree-ssa-branch/local/src --disable-checking
I'm now doing a bootstrap with checking enabled. Maybe the checking
code is doing something it shouldn't.
Diego.