From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4696 invoked by alias); 14 Nov 2014 13:52:30 -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 4686 invoked by uid 89); 14 Nov 2014 13:52:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 14 Nov 2014 13:52:29 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAEDqRSo017866 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Nov 2014 08:52:28 -0500 Received: from [10.10.116.26] ([10.10.116.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAEDqR5Z017086; Fri, 14 Nov 2014 08:52:27 -0500 Message-ID: <54660917.9000602@redhat.com> Date: Fri, 14 Nov 2014 14:09:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Paolo Carlini , "gcc-patches@gcc.gnu.org" , "Tietz, Kai" Subject: Re: [C++ Patch] Add maybe_constant_folded_value References: <54648C2B.5090509@oracle.com> <5464D7DD.70807@redhat.com> <5464DF8B.2060304@redhat.com> <5464EEDE.6040102@oracle.com> <5464F8E4.10804@redhat.com> <54652328.60805@oracle.com> <54656A83.1080500@redhat.com> <546607AE.5050705@oracle.com> In-Reply-To: <546607AE.5050705@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-11/txt/msg01766.txt.bz2 On 11/14/2014 08:46 AM, Paolo Carlini wrote: > +/* Like maybe_constant_value but first fully constant fold the argument. */ "but first fully instantiate the argument." OK with that change, thanks. Jason