From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20480 invoked by alias); 23 Jul 2009 12:17:06 -0000 Received: (qmail 20408 invoked by uid 48); 23 Jul 2009 12:16:46 -0000 Date: Thu, 23 Jul 2009 12:17:00 -0000 Message-ID: <20090723121646.20407.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/40667] [4.4/4.5 Regression] stack frames are generated even with -fomit-frame-pointer 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/msg01856.txt.bz2 ------- Comment #18 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-23 12:16 ------- The bug is this: you don't align the stack and you generate the frame. Why? Why don't you do one of these?: * generate the frame and align * don't generate the frame and don't align these two would be reasonable, but generating the frame and not aligning is not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667