From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64423 invoked by alias); 23 Jun 2017 09:53:12 -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 64412 invoked by uid 89); 23 Jun 2017 09:53:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=gently X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Jun 2017 09:53:07 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v5N9r52s019377 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 09:53:06 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v5N9r33u009812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 09:53:05 GMT Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v5N9r3Qn001152; Fri, 23 Jun 2017 09:53:03 GMT Received: from [192.168.1.4] (/87.16.215.96) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Jun 2017 02:53:03 -0700 Subject: [C++ Patch PING] (was: [C++ Patch] PR 62315 ("do not print typename in diagnostic if the original code does not have it")) From: Paolo Carlini To: "gcc-patches@gcc.gnu.org" Cc: Jason Merrill References: <689cbd6e-7974-4aa9-9361-9f04f920d9a8@oracle.com> Message-ID: Date: Fri, 23 Jun 2017 09:53:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <689cbd6e-7974-4aa9-9361-9f04f920d9a8@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01750.txt.bz2 Hi, gently pingning this: On 02/06/2017 10:35, Paolo Carlini wrote: > Hi, > > a while ago Manuel noticed that printing 'typename' in error messages > about missing 'typename' can be confusing. That seems easy to fix, in > fact we already handle correctly a similar situation in > grokdeclarator. Tested x86_64-linux. https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00099.html Thanks! Paolo.