From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62002 invoked by alias); 27 Jan 2016 14:11: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 61991 invoked by uid 89); 27 Jan 2016 14:11:17 -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,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:217, vla 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; Wed, 27 Jan 2016 14:11:16 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 5BD656E77B for ; Wed, 27 Jan 2016 14:11:15 +0000 (UTC) Received: from redhat.com (ovpn-204-33.brq.redhat.com [10.40.204.33]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0REBBNH006429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Jan 2016 09:11:14 -0500 Date: Wed, 27 Jan 2016 14:11:00 -0000 From: Marek Polacek To: Jason Merrill Cc: GCC Patches Subject: Re: C++ PATCH for c++/69496 (ICE on VLA in constexpr function) Message-ID: <20160127141111.GR25528@redhat.com> References: <20160126230246.GO25528@redhat.com> <56A8CF5B.1080906@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A8CF5B.1080906@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SW-Source: 2016-01/txt/msg02111.txt.bz2 On Wed, Jan 27, 2016 at 09:08:27AM -0500, Jason Merrill wrote: > OK, but the testcase should go in ext/. Oops, will move it there then, thanks! Marek