Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753401AbZKSSdD (ORCPT ); Thu, 19 Nov 2009 13:33:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753052AbZKSSdB (ORCPT ); Thu, 19 Nov 2009 13:33:01 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:50511 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751634AbZKSSdB (ORCPT ); Thu, 19 Nov 2009 13:33:01 -0500 Subject: Re: BUG: GCC-4.4.x changes the function frame on some functions From: Steven Rostedt Reply-To: rostedt@goodmis.org To: Andrew Haley Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , LKML , Andrew Morton , Heiko Carstens , feng.tang@intel.com, Fr??d??ric Weisbecker , Peter Zijlstra , jakub@redhat.com, gcc@gcc.gnu.org In-Reply-To: <4B058C76.9090609@redhat.com> References: <20091119072040.GA23579@elte.hu> <4B058C76.9090609@redhat.com> Content-Type: text/plain Organization: Kihon Technologies Inc. Date: Thu, 19 Nov 2009 13:33:05 -0500 Message-Id: <1258655585.22249.751.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 30 On Thu, 2009-11-19 at 18:20 +0000, Andrew Haley wrote: > OK, I found it. There is a struct defined as > > struct entry { > ... > } __attribute__((__aligned__((1 << (4))))); > > and then in timer_stats_update_stats you have a local variable of type > struct entry: > > void timer_stats_update_stats() > { > spinlock_t *lock; > struct entry *entry, input; > > So, gcc has to 16-align the stack pointer to satisfy the alignment > for struct entry. It has to align the entire stack? Why not just the variable within the stack? -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/