From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6055 invoked by alias); 3 Apr 2002 10:30:47 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 6025 invoked by uid 61); 3 Apr 2002 10:30:43 -0000 Date: Wed, 03 Apr 2002 02:30:00 -0000 Message-ID: <20020403103043.6024.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mrj@bigpond.net.au, nobody@gcc.gnu.org From: rth@gcc.gnu.org Reply-To: rth@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mrj@bigpond.net.au, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: optimization/5979: -fomit-frame-pointer inoperative in GCC 3.0.4 (x86) X-SW-Source: 2002-04/txt/msg00204.txt.bz2 List-Id: Synopsis: -fomit-frame-pointer inoperative in GCC 3.0.4 (x86) State-Changed-From-To: open->closed State-Changed-By: rth State-Changed-When: Wed Apr 3 02:30:41 2002 State-Changed-Why: GCC is aligning the stack for any functions that main might call, since we can't trust the system startup code to do it properly. Examine any other function besides main and you'll see that the frame pointer does indeed get eliminated. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5979