From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13466 invoked by alias); 17 Oct 2004 09:30:38 -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 13459 invoked from network); 17 Oct 2004 09:30:37 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by sourceware.org with SMTP; 17 Oct 2004 09:30:37 -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 LAA18477; Sun, 17 Oct 2004 11:30:36 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id DDE7AF217; Sun, 17 Oct 2004 11:30:35 +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 18947-25; Sun, 17 Oct 2004 11:30:34 +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 11:30:34 +0200 (MEST) Received: (from doko@localhost) by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id i9H9UYmW024285; Sun, 17 Oct 2004 11:30:34 +0200 (MEST) From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16754.15290.286538.642048@gargle.gargle.HOWL> Date: Sun, 17 Oct 2004 09:58:00 -0000 To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR middle-end/17813 In-Reply-To: <200410162252.58887.ebotcazou@libertysurf.fr> References: <200410162252.58887.ebotcazou@libertysurf.fr> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de X-SW-Source: 2004-10/txt/msg01365.txt.bz2 Eric Botcazou writes: > Hi, > > This is the Ada compiler bootstrap failure on i586 and below, which again > pertains to stack adjustments. cstand.adb:Create_Standard is miscompiled > because a stack adjustment is emitted right after a __builtin_stack_restore. 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