From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16593 invoked by alias); 23 Jul 2009 14:36:41 -0000 Received: (qmail 16251 invoked by uid 48); 23 Jul 2009 14:36:19 -0000 Date: Thu, 23 Jul 2009 14:36:00 -0000 Message-ID: <20090723143619.16250.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mikulas at artax dot karlin dot mff dot cuni dot cz" 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-07/txt/msg01879.txt.bz2 ------- Comment #10 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-23 14:36 ------- Jakub: so try that "test $15, %esp; jnz abort" at every function, as I proposed in bug #38496. There are much more places that will trigger this. Just go catch them. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838