From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8279 invoked by alias); 10 Feb 2020 20:57:51 -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 8265 invoked by uid 89); 10 Feb 2020 20:57:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KAM_SHORT autolearn=ham version=3.3.1 spammy=H*i:sk:81d312e, H*f:sk:81d312e, H*MI:sk:81d312e X-HELO: troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 20:57:50 +0000 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id 01AKvmEE072900 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 10 Feb 2020 12:57:48 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id 01AKvmM8072899; Mon, 10 Feb 2020 12:57:48 -0800 (PST) (envelope-from sgk) Date: Mon, 10 Feb 2020 20:57:00 -0000 From: Steve Kargl To: David Malcolm Cc: Toon Moene , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [PATCH 1/2] analyzer: gfortran testsuite support Message-ID: <20200210205748.GA72773@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20200206200144.14304-1-dmalcolm@redhat.com> <3fff5fee-8ac0-b3d1-f7cc-b0a2fb7f2754@moene.org> <20200209205511.GA63077@troutmask.apl.washington.edu> <023d55a415d2100dda16c8ddb6fe01ea5f598728.camel@redhat.com> <20200210003821.GB64075@troutmask.apl.washington.edu> <81d312e08e903fb93f4c0140672ad1efdc7053c2.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81d312e08e903fb93f4c0140672ad1efdc7053c2.camel@redhat.com> X-SW-Source: 2020-02/txt/msg00592.txt.bz2 On Mon, Feb 10, 2020 at 03:52:13PM -0500, David Malcolm wrote: > On Sun, 2020-02-09 at 16:38 -0800, Steve Kargl wrote: > > > > Having now looked at the patch, I think it's okay to commit. > > As you note, it is new functionality in 10 so technically > > cannot be a regression. But, it does fix an issue before > > 10 is even released. > > > > OK to commit. > > Thanks. > > Is the Fortran testcase part of patch 2 OK as well? > https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00394.html > Yes. -- Steve