From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22057 invoked by alias); 21 Dec 2002 19:19:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22050 invoked from network); 21 Dec 2002 19:19:54 -0000 Received: from unknown (HELO dorothy.sfbay.redhat.com) (12.150.115.200) by 209.249.29.67 with SMTP; 21 Dec 2002 19:19:54 -0000 Received: (from rth@localhost) by dorothy.sfbay.redhat.com (8.11.6/8.11.6) id gBLJJfI04655; Sat, 21 Dec 2002 11:19:41 -0800 X-Authentication-Warning: dorothy.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Sat, 21 Dec 2002 11:19:00 -0000 From: Richard Henderson To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, Dale Johannesen Subject: Re: Patch: fix SPEC regressions Message-ID: <20021221111941.A4652@redhat.com> Mail-Followup-To: Richard Henderson , Eric Botcazou , gcc-patches@gcc.gnu.org, Dale Johannesen References: <1C457790-EAAD-11D6-B8DA-000393D76DAA@apple.com> <200211211909.59272.ebotcazou@libertysurf.fr> <200212142339.21146.ebotcazou@libertysurf.fr> <200212171428.25955.ebotcazou@libertysurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200212171428.25955.ebotcazou@libertysurf.fr>; from ebotcazou@libertysurf.fr on Tue, Dec 17, 2002 at 02:30:16PM +0100 X-SW-Source: 2002-12/txt/msg01166.txt.bz2 On Tue, Dec 17, 2002 at 02:30:16PM +0100, Eric Botcazou wrote: > PR optimization/8599 > * doloop.c (doloop_modify_runtime): Fix loop count computation > for preconditioned unrolled loops. Ok. r~