From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87693 invoked by alias); 4 Nov 2015 14:49:01 -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 87683 invoked by uid 89); 4 Nov 2015 14:49:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Nov 2015 14:48:59 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZtzMt-0006kk-VK from Cesar_Philippidis@mentor.com for gcc-patches@gcc.gnu.org; Wed, 04 Nov 2015 06:48:55 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Wed, 4 Nov 2015 06:48:55 -0800 Subject: Re: [gomp4] fortran cleanups and c/c++ loop parsing backport To: Thomas Schwinge References: <562FC41A.4030308@codesourcery.com> <87lhae0zaa.fsf@kepler.schwinge.homeip.net> CC: "gcc-patches@gcc.gnu.org" , james norris From: Cesar Philippidis Message-ID: <563A1AD7.9030203@codesourcery.com> Date: Wed, 04 Nov 2015 14:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <87lhae0zaa.fsf@kepler.schwinge.homeip.net> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-11/txt/msg00358.txt.bz2 On 11/04/2015 03:39 AM, Thomas Schwinge wrote: > On Tue, 27 Oct 2015 11:36:10 -0700, Cesar Philippidis wrote: >> * Proposed fortran cleanups and enhanced error reporting changes: >> https://gcc.gnu.org/ml/gcc-patches/2015-10/msg02288.html > > ... has now been applied to trunk, in an altered version, so we now got > some divergence between trunk and gomp-4_0-branch to resolve. I've been concentrating on trunk lately. I'll backport these changes when my other fortran changes go in (https://gcc.gnu.org/ml/gcc-patches/2015-11/msg00287.html). Cesar