From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30780 invoked by alias); 25 Jan 2003 00:48:27 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 30759 invoked by uid 48); 25 Jan 2003 00:48:27 -0000 Date: Sat, 25 Jan 2003 00:48:00 -0000 Message-ID: <20030125004827.30758.qmail@sources.redhat.com> To: ariels@compugen.co.il, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: ehrhardt@mathematik.uni-ulm.de Reply-To: ehrhardt@mathematik.uni-ulm.de, ariels@compugen.co.il, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/2513: [2003-01-21] internal template template parameter causes ICE X-SW-Source: 2003-01/txt/msg01450.txt.bz2 List-Id: Old Synopsis: [2003-01-01] internal template template parameter causes ICE New Synopsis: [2003-01-21] internal template template parameter causes ICE State-Changed-From-To: suspended->analyzed State-Changed-By: cae State-Changed-When: Sat Jan 25 00:48:27 2003 State-Changed-Why: This was suspended waiting for the new parser. Someone confirmed that it is still present with the new parser already but apparently the state wasn't changed. While we're at it: Here's a further reduced example: template struct Select { typedef int Result; }; template class Pred> struct FindType { typedef typename Select::Value == 1>::Result Result; }; template struct Int { template struct RightSize { enum { Value }; }; typedef typename FindType::Result type; }; http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=2513