From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2323 invoked by alias); 7 May 2002 22:16:05 -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 2296 invoked by uid 71); 7 May 2002 22:16:04 -0000 Date: Tue, 07 May 2002 15:16:00 -0000 Message-ID: <20020507221604.2293.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c++/6289: partial template specialization and friend Reply-To: Reichelt X-SW-Source: 2002-05/txt/msg00205.txt.bz2 List-Id: The following reply was made to PR c++/6289; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, jototland@hotmail.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c++/6289: partial template specialization and friend Date: Wed, 8 May 2002 00:42:23 +0200 Hi, the testcase can be reduced even further to the following code snippet which still crashes gcc 3.1 as of 20020506. ---------------------------snip here-------------------------- struct A { typedef int type; }; template class B { typedef A::type X; friend class X; }; ---------------------------snip here-------------------------- Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6289