From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4459 invoked by alias); 16 Aug 2005 01:05:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4259 invoked by uid 48); 16 Aug 2005 01:05:17 -0000 Date: Tue, 16 Aug 2005 01:05:00 -0000 Message-ID: <20050816010517.4258.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050816005828.23414.tkho@ucla.edu> References: <20050816005828.23414.tkho@ucla.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/23414] function call not optimized away after unsafe-loop-optimizations X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg01750.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-16 01:05 ------- The three instructions are the setup of the frame pointer. This is a dup of bug 13822. Either use -fomit-frame-pointer or convince someone to turn on -fomit- frame-pointer for x86 by default. *** This bug has been marked as a duplicate of 13822 *** -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23414