From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14805 invoked by alias); 9 May 2003 08:16:02 -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 14628 invoked by uid 71); 9 May 2003 08:16:02 -0000 Date: Fri, 09 May 2003 08:16:00 -0000 Message-ID: <20030509081602.14626.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Dara Hazeghi Subject: Re: optimization/10620: for(i=25000;i;i--) {} generates wrong assembly source in avr-gcc with -O2 Reply-To: Dara Hazeghi X-SW-Source: 2003-05/txt/msg00706.txt.bz2 List-Id: The following reply was made to PR optimization/10620; it has been noted by GNATS. From: Dara Hazeghi To: gcc-gnats@gcc.gnu.org, gumo@lucifer.kgt.bme.hu Cc: Subject: Re: optimization/10620: for(i=25000;i;i--) {} generates wrong assembly source in avr-gcc with -O2 Date: Fri, 9 May 2003 01:15:53 -0700 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=10620 Hello, could the submitter of this bug please include a full testcase that demonstrates the bug (ie something that will compile without additions). I cannot replicate the assembly in question using 3.3 branch and: void main(){int i;for(i=25000;i;i--){}} Thanks, Dara