From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80766 invoked by alias); 24 Mar 2015 07:06:07 -0000 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 Received: (qmail 80745 invoked by uid 89); 24 Mar 2015 07:06:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx02.qsc.de Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 24 Mar 2015 07:06:05 +0000 Received: from tux.net-b.de (port-92-194-74-166.dynamic.qsc.de [92.194.74.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx02.qsc.de (Postfix) with ESMTPSA id DD8DE276BD; Tue, 24 Mar 2015 08:06:00 +0100 (CET) Message-ID: <55110CD7.2080104@net-b.de> Date: Tue, 24 Mar 2015 07:06:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Iain Sandoe CC: Dominique Dhumieres , GCC Patches , GNU GFortran , jerry DeLisle Subject: Re: [Patch, Fortran] Extend (lib)coarray API/ABI documentation References: <20150321131945.CA74D105@mailhost.lps.ens.fr> <880D5E60-EC1F-4FBB-B242-958836ABBF9E@codesourcery.com> In-Reply-To: <880D5E60-EC1F-4FBB-B242-958836ABBF9E@codesourcery.com> Content-Type: multipart/mixed; boundary="------------030305010001040609060709" X-SW-Source: 2015-03/txt/msg01232.txt.bz2 This is a multi-part message in MIME format. --------------030305010001040609060709 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-length: 183 Dear Iain, Iain Sandoe wrote: > a couple of minor nits that Dominique and I spotted while discussing > this : Thanks for the suggestion. I've committed it as Rev. 221615. Tobias --------------030305010001040609060709 Content-Type: text/x-patch; name="committed.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="committed.diff" Content-length: 1007 Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (Revision 221614) +++ gcc/fortran/ChangeLog (Arbeitskopie) @@ -1,3 +1,8 @@ +2015-03-24 Iain Sandoe + Tobias Burnus + + * gfortran.texi (_gfortran_caf_sync_memory): Improve wording. + 2015-03-23 Paul Thomas Mikael Morin Index: gcc/fortran/gfortran.texi =================================================================== --- gcc/fortran/gfortran.texi (Revision 221614) +++ gcc/fortran/gfortran.texi (Arbeitskopie) @@ -3860,8 +3860,8 @@ @item @var{errmsg_len} @tab the buffer size of errmsg. @end multitable -@item @emph{NOTE} A simple implementation could be a simple -@code{__asm__ __volatile__ ("":::"memory)} to prevent code movements. +@item @emph{NOTE} A simple implementation could be +@code{__asm__ __volatile__ ("":::"memory")} to prevent code movements. @end table --------------030305010001040609060709--