From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3394 invoked by alias); 11 Jul 2015 19:40:35 -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 3384 invoked by uid 89); 11 Jul 2015 19:40:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 11 Jul 2015 19:40:33 +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 t6BJeUrj030322 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 11 Jul 2015 19:40:31 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t6BJeTxQ008200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 11 Jul 2015 19:40:29 GMT Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t6BJeTgC014384; Sat, 11 Jul 2015 19:40:29 GMT Received: from [192.168.1.4] (/62.211.224.130) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 11 Jul 2015 12:40:29 -0700 Message-ID: <55A1712A.3000307@oracle.com> Date: Sat, 11 Jul 2015 19:40:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andrea Azzarone , gcc-patches@gcc.gnu.org CC: Jason Merrill Subject: Re: [PATCH][C++] PR 65071 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00959.txt.bz2 Hi, I'm going to ping this on behalf of Andrea: the patch seems almost obvious to me and so small to not immediately require a copyright assignment (not sure whether Andrea already has it on file?!?). I also double checked that it still applies cleanly and passes testing. Thanks, Paolo. On 02/18/2015 09:20 AM, Andrea Azzarone wrote: > Ops, forgot the diff. > > 2015-02-18 9:19 GMT+01:00 Andrea Azzarone : >> Hi all, >> >> this patch try to fix PR c++/65071 (ICE on valid, sizeof...() of >> template template parameter pack in return type). >> >> 2015-2-18 Andrea Azzarone >> PR c++/65071 >> * gcc/cp/parser.c (cp_parser_sizeof_pack) Also consider template >> template parameters. >> >> Thanks. >> >> -- >> Andrea Azzarone > >