From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118930 invoked by alias); 19 Aug 2019 01:26:32 -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 118921 invoked by uid 89); 19 Aug 2019 01:26:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Aug 2019 01:26:31 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6AE3810C051F for ; Mon, 19 Aug 2019 01:26:30 +0000 (UTC) Received: from redhat.com (ovpn-122-82.rdu2.redhat.com [10.10.122.82]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D461F8CBF5; Mon, 19 Aug 2019 01:26:29 +0000 (UTC) Date: Mon, 19 Aug 2019 02:31:00 -0000 From: Marek Polacek To: Jason Merrill Cc: GCC Patches Subject: Re: C++ PATCH for c++/91264 - detect modifying const objects in constexpr Message-ID: <20190819012626.GZ14737@redhat.com> References: <68bb270b-fa29-972d-7cc3-790dbcf02767@redhat.com> <20190808192555.GY28284@redhat.com> <20190815213456.GS14737@redhat.com> <3bc6420a-b1c4-1be6-aa72-5f27fd768430@redhat.com> <20190816121106.GT14737@redhat.com> <20190818135254.GW14737@redhat.com> <4bdb7ae0-a9d9-28dc-983f-0f04baa7fb1e@redhat.com> <20190819003714.GY14737@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190819003714.GY14737@redhat.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-SW-Source: 2019-08/txt/msg01252.txt.bz2 On Sun, Aug 18, 2019 at 08:37:14PM -0400, Marek Polacek wrote: > Ok if that passes? Which it did.