From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9581 invoked by alias); 6 Apr 2009 10:28:44 -0000 Received: (qmail 9135 invoked by uid 48); 6 Apr 2009 10:28:33 -0000 Date: Mon, 06 Apr 2009 10:28:00 -0000 Message-ID: <20090406102833.9134.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/39637] ICE on ill-formed sizeof() in variadic template In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dodji at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00464.txt.bz2 ------- Comment #2 from dodji at gcc dot gnu dot org 2009-04-06 10:28 ------- Created an attachment (id=17593) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17593&action=view) candidate fix I am regtesting this fix atm. With it, I get the following error output from g++ trunk from today: test.cc:11: instantiated from here test.cc:5: error: enumerator value for ‘e’ is not an integer constant -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39637