From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112115 invoked by alias); 1 Dec 2018 15:57:17 -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 112106 invoked by uid 89); 1 Dec 2018 15:57:16 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt1-f179.google.com Received: from mail-qt1-f179.google.com (HELO mail-qt1-f179.google.com) (209.85.160.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 01 Dec 2018 15:57:15 +0000 Received: by mail-qt1-f179.google.com with SMTP id z16so9312182qtq.4 for ; Sat, 01 Dec 2018 07:57:15 -0800 (PST) Return-Path: Received: from [192.168.1.132] (209-6-216-142.s141.c3-0.smr-cbr1.sbo-smr.ma.cable.rcncustomer.com. [209.6.216.142]) by smtp.gmail.com with ESMTPSA id x49sm6010459qta.89.2018.12.01.07.57.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Dec 2018 07:57:12 -0800 (PST) Subject: Re: C++ PATCH to implement C++20 P0634R3, Down with typename! To: Marek Polacek Cc: GCC Patches References: <20181112152731.GU9403@redhat.com> <7aa971d8-b832-07ff-f58e-4c01b1d60db8@redhat.com> <20181130230808.GA21364@redhat.com> From: Jason Merrill Message-ID: <47555d33-c4b5-fd08-62a0-1c1aebceba8d@redhat.com> Date: Sat, 01 Dec 2018 15:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <20181130230808.GA21364@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00007.txt.bz2 On 11/30/18 6:08 PM, Marek Polacek wrote: > + TYPENAME_OPTIONAL_P is true if the typename keyword is optional in this > + context. */ ... > + TYPENAME_OPTIONAL_P is true if the typename keyword is optional in > + this context. You have a couple of these left over from the previous patch. OK with that fixed. Jason