From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35014 invoked by alias); 10 Jan 2020 15:54: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 35006 invoked by uid 89); 10 Jan 2020 15:54:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:583 X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (205.139.110.61) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Jan 2020 15:53:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578671638; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=T0ttB+dEx4RKXO9N73ObFp+XqU54pMZpyeMY9bcycec=; b=cndJ6U0+LRVJD2c8DJXxJCdekcIXLcZLhfmhiABfwaW07f2QoEfa68UWTy2c5fPyiypilV 2Iwz9YXQQQMVyRIAb4wGIG/EsBCziyWXONCM6AWrRZ/PxpnaqWJHk0Q92JnKFIJ8Xqan79 S+cWGjulGZr0EePsSctdjXe3BY8kMAE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-428-lBmsTq1xNgKJfRjQhSjVBA-1; Fri, 10 Jan 2020 10:53:56 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F230D10513C7 for ; Fri, 10 Jan 2020 15:53:55 +0000 (UTC) Received: from ovpn-112-23.phx2.redhat.com (ovpn-112-23.phx2.redhat.com [10.3.112.23]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9F24A5C541; Fri, 10 Jan 2020 15:53:55 +0000 (UTC) Message-ID: Subject: Re: [PATCH 20/41] analyzer: new files: tristate.{cc|h} From: Jeff Law Reply-To: law@redhat.com To: David Malcolm , gcc-patches@gcc.gnu.org Date: Fri, 10 Jan 2020 15:55:00 -0000 In-Reply-To: <20200108090302.2425-21-dmalcolm@redhat.com> References: <20200108090302.2425-1-dmalcolm@redhat.com> <20200108090302.2425-21-dmalcolm@redhat.com> User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00579.txt.bz2 On Wed, 2020-01-08 at 04:02 -0500, David Malcolm wrote: > Jeff semi-approved an earlier version of the patch here: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00504.html > > msebor had some observations here: > https://gcc.gnu.org/ml/gcc-patches/2019-12/msg00644.html > TODO: investigate making operator==/!= be non-members > > Changed in v5: > - updated copyright years to include 2020 > > Changed in v4: > - moved from gcc/analyzer to gcc > > gcc/ChangeLog: > * tristate.cc: New file. > * tristate.h: New file. OK jeff >