From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21485 invoked by alias); 11 Mar 2005 18:53:12 -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 21423 invoked by uid 48); 11 Mar 2005 18:53:08 -0000 Date: Fri, 11 Mar 2005 18:53:00 -0000 Message-ID: <20050311185308.21422.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050311184630.20429.hillcino368@hotmail.com> References: <20050311184630.20429.hillcino368@hotmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c/20429] Free Lunch? X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg01435.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-11 18:53 ------- Well it changes the loop into: .L5: incl %eax cmpl %eax, %edx jne .L5 so yes this is free lunch. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20429