From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5625 invoked by alias); 6 May 2003 01:36:00 -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 5610 invoked by uid 71); 6 May 2003 01:36:00 -0000 Date: Tue, 06 May 2003 01:36:00 -0000 Message-ID: <20030506013600.5609.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/2570 Reply-To: Wolfgang Bangerth X-SW-Source: 2003-05/txt/msg00332.txt.bz2 List-Id: The following reply was made to PR c++/2570; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-gnats@gcc.gnu.org Cc: Subject: Re: c++/2570 Date: Mon, 5 May 2003 20:28:55 -0500 (CDT) Here's basically the same testcase as in the attachment: -------------------------- class SmashGCC {}; template struct Outer { struct Inner; }; template struct Outer::Inner : SmashGCC; --------------------------- g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ x.cc x.cc:8: error: expected `{' x.cc:8: internal compiler error: in poplevel, at cp/decl.c:1229 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. W.