From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23464 invoked by alias); 13 Dec 2002 13:15:20 -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 23445 invoked by uid 61); 13 Dec 2002 13:15:19 -0000 Date: Fri, 13 Dec 2002 05:15:00 -0000 Message-ID: <20021213131519.23444.qmail@sources.redhat.com> To: dv@vollmann.ch, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: reichelt@igpm.rwth-aachen.de Reply-To: reichelt@igpm.rwth-aachen.de, dv@vollmann.ch, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/7605: ICE on template instatiation X-SW-Source: 2002-12/txt/msg00745.txt.bz2 List-Id: Synopsis: ICE on template instatiation State-Changed-From-To: feedback->closed State-Changed-By: reichelt State-Changed-When: Fri Dec 13 05:15:18 2002 State-Changed-Why: Your code is still ill-formed. The line typedef typename Types::Templated::Allocator Allocator; is missing a "template": typedef typename Types::template Templated::Allocator Allocator; The corrected version compiles fine with gcc 3.2.1 and mainline. That still leaves us with an ice-on-illegal-code,. But since there are more reports that show the same problem, (see PR 8736, for example), I close this one as a duplicate. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7605