From patchwork Tue Mar 24 07:05:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 453743 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 35AE31400D5 for ; Tue, 24 Mar 2015 18:06:14 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=E/sRgwUY; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=hJ6AiZgzEdD3fl22R OUtO4N46KKoYk1z+We4xJLWIidMOIJ2m4ZvKBCSeDTJM01IvjHbVdM8bAGAn6htB Jlu5WrUM9SBMS5W3PH2psq4cS7gy7MUreh3Fm4I0rMvVTPGRMIeibBYQBCosjzSv pL957CHAtJ3Fyk/0wuJwHPKrUs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=rsa/rEQrTj+PVNwSn+/fF5N +KBs=; b=E/sRgwUYlXac+R10IwGWe8XxK/ve9+j+1wJdI5i6uUSXJk6KOjsw11g nHa71WmSw4Nb73wM0+SZJivl8J60gM8AD42h7sqPbPbnmtcorbO9unxnU0W4Lrxg 5bZRN7+5e1MnDEwwjeSn0huKero7LEN3MY3PdCtd5x3w5alZjFUY= 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-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@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 08:05:59 +0100 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> 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 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