From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129990 invoked by alias); 12 Feb 2016 16:32:25 -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 129968 invoked by uid 89); 12 Feb 2016 16:32:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=12th, EVENT, Alessandro, alessandro X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-io0-f173.google.com Received: from mail-io0-f173.google.com (HELO mail-io0-f173.google.com) (209.85.223.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 12 Feb 2016 16:32:23 +0000 Received: by mail-io0-f173.google.com with SMTP id 9so97162162iom.1; Fri, 12 Feb 2016 08:32:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=FP6p8CYr6pZiV6oq8hAKmYlW1wKcLieHZYnirQeXMBo=; b=mKUZDuQGLU/PvHO3iNqHzPvEjK/VxgUBD1qNCx0gaEg9aeJUg9jWp1Hvcixz/gxBoC BiBMDMKPJmlO4Mkke1b3N+3bAqBw9t+x5Z24VJgNYYXarMCXnVxa/TG7Ca5aIbDwcr+E 3jyZkFwA6rG+0DsK2ww05DhBxHX8vXFkE62XkcwoGBjC5dVHIr/YMNZsP/O/PGo3WcyD YNOXTODX6paJhqNT1TUuEkdxXvi07O7DTI0mJo5fdi+EXeCjdSplhB8OlXUshvE2SjBo VmtRAhFqe7rIis89MaLTKKj1S0AIz0GobepjCVWn1q3ZWCgZS1BvFpHTmv/Jdoj3NYsg dTRw== X-Gm-Message-State: AG10YOSs2GjU91QDsmAi64hKzjMzNV6h+NYJsBGc1k1oZaT21+in0ehIrojfppuMnl7bLVXeOFiTLGMSBO85Ew== MIME-Version: 1.0 X-Received: by 10.107.33.14 with SMTP id h14mr3551383ioh.108.1455294741591; Fri, 12 Feb 2016 08:32:21 -0800 (PST) Received: by 10.107.17.12 with HTTP; Fri, 12 Feb 2016 08:32:21 -0800 (PST) In-Reply-To: References: <20150429075505.GA21015@physik.fu-berlin.de> <20151126165109.GA69466@troutmask.apl.washington.edu> <20151202220032.GA57807@troutmask.apl.washington.edu> <20151217145703.GA97805@troutmask.apl.washington.edu> Date: Fri, 12 Feb 2016 16:32:00 -0000 Message-ID: Subject: Re: [Fortran, Patch] (RFC, Coarray) Implement TS18508's EVENTS From: Alessandro Fanfarillo To: Steve Kargl Cc: Tobias Burnus , gcc-patches , gfortran Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00047.txt.bz2 Committed on gcc-5-branch as rev. 233379. 2016-02-12 0:04 GMT+01:00 Alessandro Fanfarillo : > Dear all, > > in attachment the EVENT patch for gcc-5-branch directly back-ported > from the trunk. > > Built and regtested on x86_64-pc-linux-gnu. I plan to commit this > patch this evening (Feb 12th, CET). > > Cheers, > > Alessandro > > 2015-12-17 17:19 GMT+01:00 Alessandro Fanfarillo : >> Great! Thanks. >> >> 2015-12-17 15:57 GMT+01:00 Steve Kargl : >>> On Thu, Dec 17, 2015 at 01:22:06PM +0100, Alessandro Fanfarillo wrote: >>>> >>>> I've noticed that this patch has been applied only on trunk and not on >>>> the gcc-5-branch. Is it a problem to include EVENTS in gcc-5? >>>> >>> >>> No problem. When I applied the EVENTS patch to trunk, >>> the 5.3 release was being prepared. I was going to >>> wait for a week or two after 5.3 came out, then apply >>> the patch. Now that you have commit access, feel >>> free to back port the patch. Rememer to post the >>> patch that you commit to both the fortran and gcc-patches >>> list. >>> >>> -- >>> Steve