From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23509 invoked by alias); 2 Sep 2008 10:18:29 -0000 Received: (qmail 23070 invoked by uid 48); 2 Sep 2008 10:17:10 -0000 Date: Tue, 02 Sep 2008 10:18:00 -0000 Message-ID: <20080902101710.23069.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/37296] [4.4 Regression] Bootstrap failure compiling libgcc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ebotcazou at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00143.txt.bz2 ------- Comment #16 from ebotcazou at gcc dot gnu dot org 2008-09-02 10:17 ------- Created an attachment (id=16189) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16189&action=view) Simplified preprocessed source It's still big, but it yields a 353-line assembly file. Compile with -O2 -fomit-frame-pointer -mtune=pentium. In rebuild_cgraph_edges: call cgraph_node movl %eax, 32(%esp) [...] movl 48(%esp), %eax call initialize_inline_failed The offset against %esp should be the same. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37296