From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107188 invoked by alias); 21 May 2018 19:06:44 -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 107165 invoked by uid 89); 21 May 2018 19:06:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f170.google.com Received: from mail-yw0-f170.google.com (HELO mail-yw0-f170.google.com) (209.85.161.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 May 2018 19:06:42 +0000 Received: by mail-yw0-f170.google.com with SMTP id q7-v6so4790717ywd.9; Mon, 21 May 2018 12:06:42 -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:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=BhrLh1C819QoxQqUDwUol6eeZ4pQDRoI9Phlawhk+Xo=; b=HHnK/5ZaKBZVGKOfpUNUuwlYQ76BuXF21iyb/6cACzlAs6iI16pt3Y0vtW2BFQAFs6 exchpTkRwMC5sXxdA8aWNzKZs7BHtSj8SRdFg6BKeJYEwtkNue5FW6oDU7JrpUPGBTUW vsETkOamPTkMdCfGwx8VKpugWtaK4peqRaB45XnrGiPIn/ciPcIswaHajmgfAq0z+fxY /V23fcK5zyazqBGly94qIe3DZsQCNZiFYxbGD9T6u862NcDtAH5HREbnAruqYaK4/TSf sU4CFsDx7x6+csSV9Afip1LN9TrlzF3aVuEhawEwoyHq0VtjxWgtJYbE0o/JfTxjJ9fQ h8Bw== X-Gm-Message-State: ALKqPweUJYm7kjfRMqJ1hAMUYt2XoUfdhQwwp17pX5+QR5yVVVTHkEWF ET5Vu1EZ4Tp3ZGIWuS1TFuQ8UFB7rR/SuMyeebo= X-Google-Smtp-Source: AB8JxZpQ/yYSEAD8inlxIBNOaK6WmUYRCDASbtp2/PH1bdtJmkt7MDIxdQCtWPBqvPGkC7UNJf7QW5evunKBPqxXdkI= X-Received: by 2002:a0d:c6c1:: with SMTP id i184-v6mr10743414ywd.332.1526929601205; Mon, 21 May 2018 12:06:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.8.212 with HTTP; Mon, 21 May 2018 12:06:40 -0700 (PDT) In-Reply-To: <20180521185858.GA57269@troutmask.apl.washington.edu> References: <20180520175226.GA6817@troutmask.apl.washington.edu> <20180520221947.GA8302@troutmask.apl.washington.edu> <20180521185858.GA57269@troutmask.apl.washington.edu> From: Janus Weil Date: Mon, 21 May 2018 19:06:00 -0000 Message-ID: Subject: Re: [Patch, Fortran] PR 85841: [F2018] reject deleted features To: Steve Kargl Cc: gfortran , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00072.txt.bz2 Hi Steve, > The attached patch fixes a few testcases that were missed > in the original patch. Do you have these already in an > updated patch, or would you like me to commit my patch? I saw the message just now and had no time to react yet. Please feel free to commit your patch. Thanks, Janus