From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14079 invoked by alias); 17 Oct 2004 11:55:30 -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 14069 invoked from network); 17 Oct 2004 11:55:28 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by sourceware.org with SMTP; 17 Oct 2004 11:55:28 -0000 Received: from mailhost.cs.tu-berlin.de (postfix@mail.cs.tu-berlin.de [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id NAA08695; Sun, 17 Oct 2004 13:55:27 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 24EACF217; Sun, 17 Oct 2004 13:55:27 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 03357-07; Sun, 17 Oct 2004 13:55:25 +0200 (MEST) Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Sun, 17 Oct 2004 13:55:25 +0200 (MEST) Received: (from doko@localhost) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i9HBtPJP021198; Sun, 17 Oct 2004 13:55:25 +0200 (MEST) From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16754.23981.663098.705908@gargle.gargle.HOWL> Date: Sun, 17 Oct 2004 12:03:00 -0000 To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR middle-end/17813 In-Reply-To: <200410171353.17352.ebotcazou@libertysurf.fr> References: <200410162252.58887.ebotcazou@libertysurf.fr> <16754.15290.286538.642048@gargle.gargle.HOWL> <200410171353.17352.ebotcazou@libertysurf.fr> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-SW-Source: 2004-10/txt/msg01369.txt.bz2 Eric Botcazou writes: > > with this patch (configured for i486-linux) I get until: > > > > Bootstrap comparison failure! > > ada/a-except.o differs > > ada/ali-util.o differs > > ada/s-crc32.o differs > > make[3]: *** [gnucompare] Error 1 > > Great ;-) Could you post the exact configure line? bootstrap compiler is gcc-3.3.5. ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/4.0 --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-mpfr i486-linux