From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7064 invoked by alias); 10 Feb 2009 05:35:39 -0000 Received: (qmail 7003 invoked by uid 48); 10 Feb 2009 05:35:26 -0000 Date: Tue, 10 Feb 2009 05:35:00 -0000 Message-ID: <20090210053526.7002.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39146] Unnecessary stack alignment In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Joey dot ye at intel dot com" 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: 2009-02/txt/msg00856.txt.bz2 ------- Comment #1 from Joey dot ye at intel dot com 2009-02-10 05:35 ------- Argument need 32 bytes alignment, No way to guarantee the argument won't be spilled. That's why stack adjustment is there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39146