From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25754 invoked by alias); 24 Nov 2001 20:41:40 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25713 invoked from network); 24 Nov 2001 20:41:34 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sourceware.cygnus.com with SMTP; 24 Nov 2001 20:41:34 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fAOKf0l02489; Sat, 24 Nov 2001 12:41:00 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Thu, 15 Nov 2001 00:48:00 -0000 From: Richard Henderson To: Corey Minyard Cc: gcc@gcc.gnu.org Subject: Re: Loop optimization bug with Ada front end on PPC (and probably Alpha) Message-ID: <20011124124100.A2485@redhat.com> Mail-Followup-To: Richard Henderson , Corey Minyard , gcc@gcc.gnu.org References: <3BFCA770.5070304@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BFCA770.5070304@acm.org>; from minyard@acm.org on Thu, Nov 22, 2001 at 01:21:20AM -0600 X-SW-Source: 2001-11/txt/msg00663.txt.bz2 On Thu, Nov 22, 2001 at 01:21:20AM -0600, Corey Minyard wrote: > for I in 1 .. Len loop > a[i] := b[i]; > end loop; Give me a complete compilable testcase and I'll look at it. r~