From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32345 invoked by alias); 11 Jan 2013 10:47:51 -0000 Received: (qmail 32337 invoked by uid 22791); 11 Jan 2013 10:47:50 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jan 2013 10:47:34 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0BAlXxt000976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 Jan 2013 05:47:33 -0500 Received: from zalov.redhat.com (vpn1-5-128.ams2.redhat.com [10.36.5.128]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0BAlVFU000871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Jan 2013 05:47:33 -0500 Received: from zalov.cz (localhost [127.0.0.1]) by zalov.redhat.com (8.14.5/8.14.5) with ESMTP id r0BAlVO6020668; Fri, 11 Jan 2013 11:47:31 +0100 Received: (from jakub@localhost) by zalov.cz (8.14.5/8.14.5/Submit) id r0BAlUM3020667; Fri, 11 Jan 2013 11:47:30 +0100 Date: Fri, 11 Jan 2013 10:47:00 -0000 From: Jakub Jelinek To: Dodji Seketeli Cc: Gabriel Dos Reis , GCC Patches , Jason Merrill Subject: Re: [PATCH] PR c++/55663 - constexpr function templ instantiation considered non-const as alias templ arg Message-ID: <20130111104729.GE7269@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <877gnnwzdg.fsf@redhat.com> <87hamqtlum.fsf@redhat.com> <87k3rlrrkw.fsf@redhat.com> <87bocwovc1.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87bocwovc1.fsf@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2013-01/txt/msg00590.txt.bz2 On Fri, Jan 11, 2013 at 11:41:34AM +0100, Dodji Seketeli wrote: > Gabriel Dos Reis writes: > > > On Thu, Jan 10, 2013 at 9:22 AM, Dodji Seketeli wrote: > >> > >> Also, I am not sure if this patch would be appropriate for commit, now > >> that we are in 'regression-only' mode. But seeing this alias-template > >> related thing not working hurts me. :) So at worst I'll schedule the > >> patch for when stage1 opens again. > > > > It is certainly a blocker for some people here using both constexpr > > and template alias. (The code uses a technique documented in the > > upcoming 4th edition of TC++PL which is due anytime now. It would be > > embarrassing if GCC-4.8 didn't accept it.) > > /me nods. > > Hopefully when the review is done, we can ask our friendly release > managers to consider interceding for us in this matter. :-) This is ok for 4.8 from RM POV. Jakub