From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3859 invoked by alias); 26 Nov 2008 12:24:55 -0000 Received: (qmail 24675 invoked by uid 48); 26 Nov 2008 12:23:32 -0000 Date: Wed, 26 Nov 2008 12:24:00 -0000 Message-ID: <20081126122332.24674.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37843] [4.4 Regression] unaligned stack in main due to tail call optimization In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" 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-11/txt/msg02253.txt.bz2 ------- Comment #13 from howarth at nitro dot med dot uc dot edu 2008-11-26 12:23 ------- Why do we have... /* { dg-do compile { target { *-*-linux* && ilp32 } } } */ in gcc.target/i386/align-main-3.c and gcc.target/i386/pr37843-3.c but not gcc.target/i386/pr37843-1.c and gcc.target/i386/pr37843-2.c? Isn't that the origin of the problem on darwin? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37843