From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125623 invoked by alias); 12 Feb 2020 01:41:28 -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 125614 invoked by uid 89); 12 Feb 2020 01:41:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: resqmta-po-12v.sys.comcast.net Received: from resqmta-po-12v.sys.comcast.net (HELO resqmta-po-12v.sys.comcast.net) (96.114.154.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Feb 2020 01:41:27 +0000 Received: from resomta-po-19v.sys.comcast.net ([96.114.154.243]) by resqmta-po-12v.sys.comcast.net with ESMTP id 1eBxjPOmXeHaE1h1ojEqup; Wed, 12 Feb 2020 01:41:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1581471684; bh=zlbWrrilE+ZpxgnLuJrHXQUpX9IZtMKK8dsjabUEszM=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=ZADujBeH91n4SLsMlInJE/SMHVqJoqPXkx9dFmUjgzu0ENa2Bj2k6/1+8eZ2dhgk2 KUrJDjhgC4sSXP5i4FFC/6aRT58BZwbd/vHZi7Aqf2mPbGojLzNNkG6xjrfTqyUEBq 8F9A62XOAaHIKGAl7jqJ9PK4u1BtyW/vCgKHTJy/ro8xK8rCUu3fEaPUWLpH+oYhzR 2/QAu96QYdegDDBYcW8gV0Q5pD18t8StCJZK3pmoe9q4JGSLzu9/GPcNrq4EpTvCpp 7sDR8f7GQueFw+UAtBANSmY+jfiVi5MAHeO8cXRbpxagOQqEK9eW8ed8AXIKVJKS19 D+lQHLq9z5sTQ== Received: from [IPv6:2601:640:4000:fcbb:3841:8a9b:74a7:6216] ([IPv6:2601:640:4000:fcbb:3841:8a9b:74a7:6216]) by resomta-po-19v.sys.comcast.net with ESMTPA id 1h1mjKlaOPc9a1h1njiMjk; Wed, 12 Feb 2020 01:41:24 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: [PATCH 1/2] analyzer: g++ testsuite support From: Mike Stump In-Reply-To: <20200206202730.18584-1-dmalcolm@redhat.com> Date: Wed, 12 Feb 2020 01:41:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: 7bit Message-Id: References: <20200206202730.18584-1-dmalcolm@redhat.com> To: David Malcolm X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00688.txt.bz2 On Feb 6, 2020, at 12:27 PM, David Malcolm wrote: > > PR analyzer/93288 reports a C++-specific ICE with -fanalyzer. > > This patch creates the beginnings of a C++ test suite for the analyzer, > so that there's a place to put test coverage for the fix. > It adds a regression test for PR analyzer/93212, an ICE fixed > in r10-5970-g32077b693df8e3ed0424031a322df23822bf2f7e. > > Successfully regrtested on x86_64-pc-linux-gnu (in conjunction with > the second patch). > > OK for master? Ok. You can self approve all the usual and customary things...