From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3102 invoked by alias); 19 Mar 2002 09:06:03 -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 3065 invoked by uid 71); 19 Mar 2002 09:06:02 -0000 Date: Tue, 19 Mar 2002 01:06:00 -0000 Message-ID: <20020319090602.3064.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jason Merrill Subject: Re: c++/5931: ICE when using template class that is child if another template class Reply-To: Jason Merrill X-SW-Source: 2002-03/txt/msg00696.txt.bz2 List-Id: The following reply was made to PR c++/5931; it has been noted by GNATS. From: Jason Merrill To: F ker Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/5931: ICE when using template class that is child if another template class Date: Tue, 19 Mar 2002 09:03:31 +0000 >>>>> "F" == F ker writes: >> Responsible-Changed-Why: >> never mind; too much work to fix before the parser rewrite > When will this parser rewrite be complete? Soon, I hope... For 3.2, I believe. > Can you not supply me with any workaround that'll just get it to > compile for my special case? One workaround would be to avoid the partial instantiation of the enclosing class somehow. Another would be to move the nested class to namespace scope. Sorry, Jason