From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31848 invoked by alias); 30 Oct 2011 19:10:58 -0000 Received: (qmail 31831 invoked by uid 22791); 30 Oct 2011 19:10:57 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp22.services.sfr.fr (HELO smtp22.services.sfr.fr) (93.17.128.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Oct 2011 19:10:43 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2216.sfr.fr (SMTP Server) with ESMTP id 512DB700018A; Sun, 30 Oct 2011 20:10:39 +0100 (CET) Received: from gimli.local (125.123.193.77.rev.sfr.net [77.193.123.125]) by msfrf2216.sfr.fr (SMTP Server) with ESMTP id 1F3F0700015F; Sun, 30 Oct 2011 20:10:39 +0100 (CET) X-SFR-UUID: 20111030191039128.1F3F0700015F@msfrf2216.sfr.fr From: Mikael Morin To: Paul Richard Thomas Subject: Re: [Patch, fortran] [06/66] inline sum and product: Prepare gfc_trans_preloop_setup Date: Sun, 30 Oct 2011 21:57:00 -0000 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.5.5; amd64; ; ) Cc: gfortran , GCC patches References: <20111027232818.18581.901@gimli.local> <20111027232902.18581.43084@gimli.local> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110302008.59930.mikael.morin@sfr.fr> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg02814.txt.bz2 On Sunday 30 October 2011 09:16:09 Paul Richard Thomas wrote: > Dear Mikael, > > I intend to work my way through your patches, starting this evening. > I'll give you feedback as I go along and will OK the whole package, > rather than bits. Is that alright with you? Sure. Mikael