From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2424 invoked by alias); 21 Jun 2010 14:19:18 -0000 Received: (qmail 2409 invoked by uid 22791); 21 Jun 2010 14:19:18 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Jun 2010 14:19:13 +0000 Received: from [192.168.178.22] (port-92-204-85-235.dynamic.qsc.de [92.204.85.235]) by mx01.qsc.de (Postfix) with ESMTP id 618103D392; Mon, 21 Jun 2010 16:18:56 +0200 (CEST) Message-ID: <4C1F74CE.8060406@net-b.de> Date: Mon, 21 Jun 2010 15:24:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4 Thunderbird/3.0.4 MIME-Version: 1.0 To: Mikael Morin CC: gcc patches , gfortran Subject: Re: [Patch,Fortran] PR 40632 - Add CONTIGUOUS attribute (part 1) References: <4C1B9B1D.3020902@net-b.de> <4C1BF9BE.3010209@net-b.de> <4C1C757D.8030509@sfr.fr> <4C1D3E14.1080704@net-b.de> <4C1F4818.2080301@sfr.fr> In-Reply-To: <4C1F4818.2080301@sfr.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-06/txt/msg02038.txt.bz2 On 06/21/2010 01:08 PM, Mikael Morin wrote: > On second thought, your sentence is fine. > Maybe add a comma before "as actual argument..." ; I was somehow > trying to attach the latter part of the sentence with the one just > before and couldn't make any sense out of it. I have now added a hyphen. > OK, thanks. Thanks for the review! Committed revision 161079. Tobias