From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121885 invoked by alias); 16 May 2017 20:10:53 -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 121866 invoked by uid 89); 16 May 2017 20:10:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=albert, Albert, HTo:U*jvdelisle X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yb0-f180.google.com Received: from mail-yb0-f180.google.com (HELO mail-yb0-f180.google.com) (209.85.213.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 16 May 2017 20:10:51 +0000 Received: by mail-yb0-f180.google.com with SMTP id p143so38140754yba.2; Tue, 16 May 2017 13:10:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MP9fqDjIU1qNKdZBKdP0JuVJ/WXErKFjaMbK3LUmhyY=; b=pJF7JVP6o9aYBAsnWASNUDutFNx5CyevqekxQOt2nQUkLrwwclbY7QoORinvOAYFRH lllLTzk57x4DAzVQyijmBlgHWSSwMhuBdS6+rGesqxEnFUwFrsUFAzTR0ue35GG771hZ jVVbwuE0hg7PDw0QVnIUmg3BlstFHW1EAJpg93ca1uBn1CNhmmk2vBxXxfDpzqopRSq2 bxbOyIOLC+CKxfgLXnV0a+T6W+MUyVTDj9emmSkiAdvOn0kWYndcTOlxYvxv1ff2Ews8 xT2lXJRVBmK9x/8a76db6SMx9cX6rtGz/WGhK5a8Yu6ifti4G8RXE/eGjs/2aXNHZu3D ZV3w== X-Gm-Message-State: AODbwcBVE7ZNb+9WbkF8qHJS9w7Qc4qQKGd99t/QHi4566dtn7j0Eh0Q L3NlVAfHpczXAWUxJXGPfKI1MXOa+Q== X-Received: by 10.37.207.205 with SMTP id f196mr11576107ybg.93.1494965452934; Tue, 16 May 2017 13:10:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.207.7 with HTTP; Tue, 16 May 2017 13:10:52 -0700 (PDT) In-Reply-To: References: From: Paul Richard Thomas Date: Tue, 16 May 2017 20:33:00 -0000 Message-ID: Subject: Re: [Patch, fortran] PR80554 [f08] variable redefinition in submodule To: Jerry DeLisle , Steve Kargl Cc: "fortran@gcc.gnu.org" , gcc-patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-05/txt/msg01325.txt.bz2 Hi Jerry and Steve, Thanks for taking a peek - committed as revision 248129. I'll commit to 7-branch in a couple of weeks. Cheers Paul On 15 May 2017 at 21:29, Jerry DeLisle wrote: > On 05/15/2017 04:10 AM, Paul Richard Thomas wrote: >> >> The attached bootstraps and regtests on FC23/x86_64 - OK for trunk and >> later for 7-branch? >> >> The comment in the patch and the ChangeLog are sufficiently clear that >> no further explanation is needed here. >> > > Looks OK Paul, thanks, > > Jerry -- "If you can't explain it simply, you don't understand it well enough" - Albert Einstein