From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28485 invoked by alias); 28 Jan 2002 20:39:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 28401 invoked from network); 28 Jan 2002 20:39:01 -0000 Received: from unknown (HELO ocean.lucon.org) (12.234.19.19) by sources.redhat.com with SMTP; 28 Jan 2002 20:39:01 -0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id C8F87125C3; Mon, 28 Jan 2002 12:39:00 -0800 (PST) Date: Mon, 28 Jan 2002 12:47:00 -0000 From: "H . J . Lu" To: gcc-patches@gcc.gnu.org Cc: rth@redhat.com Subject: Re: gcc failed to bootstrap on Linux/mipsel Message-ID: <20020128123900.A23270@lucon.org> References: <20020127173441.A6599@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020127173441.A6599@lucon.org>; from hjl@lucon.org on Sun, Jan 27, 2002 at 05:34:41PM -0800 X-SW-Source: 2002-01/txt/msg02007.txt.bz2 On Sun, Jan 27, 2002 at 05:34:41PM -0800, H . J . Lu wrote: > On Linux/mipsel, as of Sun Jan 27 11:10:21 PST 2002, I got > > ./xgcc -B./ -B/usr/gcc-3.1/mipsel-pc-linux-gnu/bin/ -isystem > /usr/gcc-3.1/mipsel-pc-linux-gnu/include -isystem > /usr/gcc-3.1/mipsel-pc-linux-gnu/sys-include -dumpspecs > tmp-specs > make[4]: *** [specs] Error 139 > make[4]: Leaving directory `/export/build/gnu/gcc-mips/build-mipsel-linux/gcc' > make[3]: *** [stage2_build] Error 2 > make[3]: Leaving directory `/export/build/gnu/gcc-mips/build-mipsel-linux/gcc' > make[2]: *** [bootstrap] Error 2 > > The last good one for me is Jan 24 16:56 PST 2002. I am tracking down > which patch breaks Linux/mipsel now. Irix6.5/mips seems ok. It may be > another ABI/ednian bug. I got: GOOD: Jan 26 20:30 PST 2002 BAD: Jan 27 10:00 PST 2002 The only relevant change is http://gcc.gnu.org/ml/gcc-patches/2002-01/msg01929.html Richard, could you please take a look at it? Thanks. H.J.