From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11967 invoked by alias); 13 Aug 2003 18:34:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11959 invoked by uid 48); 13 Aug 2003 18:34:52 -0000 Date: Wed, 13 Aug 2003 18:34:00 -0000 Message-ID: <20030813183452.11958.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030813182651.11907.o.kullmann@swansea.ac.uk> References: <20030813182651.11907.o.kullmann@swansea.ac.uk> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11907] ICE on illegal code: using a class template instead of a class X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg01580.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11907 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |ice-on-invalid-code Resolution| |FIXED Target Milestone|3.4 |3.3.2 ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-13 18:34 ------- I can confirm this on 3.3.1 (20030707). The mainline produces an error: pr11907.cc:2: error: no class template named `X' in `N' pr11907.cc:2: error: ISO C++ forbids declaration of `tag' with no type I am closing as I see this a progression rather than a regression as 2.95.3 accepted this code.