From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8400 invoked by alias); 23 Jul 2009 11:18:36 -0000 Received: (qmail 8361 invoked by uid 48); 23 Jul 2009 11:18:26 -0000 Date: Thu, 23 Jul 2009 11:18:00 -0000 Message-ID: <20090723111826.8360.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/msg01852.txt.bz2 ------- Comment #16 from mikulas at artax dot karlin dot mff dot cuni dot cz 2009-07-23 11:18 ------- In the above example, the output of assembler is: f: pushl %ebp movl %esp, %ebp subl $8, %esp fldl 8(%ebp) fstpl (%esp) call g xorl %eax, %eax leave ret -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40667