From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78720 invoked by alias); 7 May 2016 18:47:54 -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 78698 invoked by uid 89); 7 May 2016 18:47:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=rapid, france, France, satisfied X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 07 May 2016 18:47:52 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7FA3C627E6; Sat, 7 May 2016 18:47:51 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u47IlnfE028767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 7 May 2016 14:47:50 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id u47IllkF026860; Sat, 7 May 2016 20:47:47 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id u47Iljl3026859; Sat, 7 May 2016 20:47:45 +0200 Date: Sat, 07 May 2016 18:47:00 -0000 From: Jakub Jelinek To: Paul Richard Thomas Cc: gcc-patches , "fortran@gcc.gnu.org" Subject: Re: [gomp4.5] Parsing of most of OpenMP 4.5 clauses Message-ID: <20160507184745.GF1909@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20160506193256.GC1909@tucnak.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00554.txt.bz2 On Sat, May 07, 2016 at 08:42:44PM +0200, Paul Richard Thomas wrote: > As you might have noticed, I am forced to spend a couple of months out > from gfortran support in order to move from France back to the UK. I > am therefore dealing very sporadically with patches. Since we seem to > have entered a phase where all the other gfortran contributors have > gone quiet, I suggest that where omp patches are concerned you commit > when you are satisfied that all is well. > > I have taken a rapid look through your patch and cannot see anything > to object to. OK by me for trunk. The patch has been committed already to gomp-4_5-branch, where I want to get the OpenMP 4.5 Fortran support at least to a reasonable shape before pushing it back to trunk (I hope within 2 months or so). The patches fall into my OpenMP maintainership anyway, so I can commit them without waiting for approval, but of course will appreciate comments if somebody finds something. I've CCed fortran@ mailing list just because all this is Fortran FE. Jakub