From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111419 invoked by alias); 11 Feb 2018 19:16:53 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 111401 invoked by uid 89); 11 Feb 2018 19:16:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.17.22) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 11 Feb 2018 19:16:51 +0000 Received: from vepi2 ([92.76.207.44]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0LguAU-1eQTbS4634-00oCM2; Sun, 11 Feb 2018 20:16:49 +0100 Date: Sun, 11 Feb 2018 19:16:00 -0000 From: Andre Vehreschild To: GCC-Patches-ML , GCC-Fortran-ML Subject: Re: [Fortran, patch, coarray, v1] Fix a coarray issue and some documentation Message-ID: <20180211201648.6cb1e700@vepi2> In-Reply-To: <20180211200005.19828130@vepi2> References: <20180211181335.2fb34a72@vepi2> <20180211200005.19828130@vepi2> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:4VZvvjWYPw8=:Dk+lN+KDNKOP7DGivMwZIU +cKKNHzYkEe85fMUAP6WoQhaxCcBuaOrxr30qvRk4DY/849jWrHfhs/kRmubU4AxDYuHj244F TP5lx1CCrP9ehUwMpMfWQvGcgqNoOI7So827qNyQt9pohg8VPQ2uiQDgKlEO5AQk06uYs63bt w9GbET2O4EGNtSqjLdP4I7LRPZM76nZ33D22m907CR1sISMe3wDK6j/ux9DEk6oaEyGZAIx0Y GXO2ws8UDdTMLzykRJr1Z1Zwen59ScGvqhEjTQLCk7sfMCN1G+31fpkMQ5mzLIU/iODEubQK/ 3vsFXSfNto2dG3ir3GSTaGZdza2w/1F6N/UqeL+h+gFYcunW5cUuxoStiuq9eRdiqqZorRP8G q7yxMySrRrFUmCsy35/cNAi+61ry45T5JdfAJXPs3t4rxrIXsNtIBUZwDEPlPSWDonR8uEkha dnPO0sPMDpYL9ralypRwVHTw4z0vO8+NRTTjrNIGtdatyoYHRz+/FRZYBoek371x97a+9pN+e U/5ldvzS5s/Hv8j+GhKzE3ArPAKPXd+FTtjt5f3LJ7NT9XQYx4llvGodkzEAKv35EpMVYqpAg XmBcUz/DxUMnmtR9XHCi2/hOpig2cNeOUxWx5+lchIi1dzk/76ir689G42PLD0htdJL9Obrs0 u1zjLCjq6Ah/4gSkCYgiZQU8gnkii19dpMiC3fRe9QbLD/OjURxHBPmZzuqOzL3ImBSifBP3u ieH2O+ekztwvj5dJLVsx73/DzPFhg17Bbf9dakHpEWjcieS7WBePVdOpOQ92PGIbZBzFvHn/d Be4FY9CvjIbZ6SfeWgzFMfXGwcwr0U6NHFDmrDP9gxbzw5elsY= X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00064.txt.bz2 Er, the revision is 257567. Sorry pressed to quickly. - Andre On Sun, 11 Feb 2018 20:00:05 +0100 Andre Vehreschild wrote: > Hi all, > > approved on IRC by Kargl. Thanks for the quick review. Committed as r > > Regards, > Andre > > On Sun, 11 Feb 2018 18:13:35 +0100 > Andre Vehreschild wrote: > > > Hi all, > > > > attached patch fixes a small coarray issue on ultimate component coarrays. > > The coarray was registered with the caf-library as if it were an allocatable > > component in a derived type coarray, which is just wasting resources. An > > ultimate component coarray has to be treated like a regular coarray. The > > second chunk of the patch fixes that. > > > > The first chunk of the attached patch just fixes some typos and style I > > found while reading the help text for caf_register(). Those are so small > > that I did not want to add another patch for this, given that both parts of > > the patch are somehow related. > > > > Bootstrapped and regtested on x86_64-linux-gnu/f27. Ok for trunk? > > > > Regards, > > Andre > > -- Andre Vehreschild * Email: vehre ad gmx dot de