From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14748 invoked by alias); 29 Dec 2004 08:05:14 -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 14267 invoked by alias); 29 Dec 2004 08:04:41 -0000 Date: Wed, 29 Dec 2004 08:05:00 -0000 Message-ID: <20041229080441.14262.qmail@sourceware.org> From: "aoliva at redhat dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041224013907.19143.reichelt@gcc.gnu.org> References: <20041224013907.19143.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/19143] [4.0 regression] ICE on invalid template parameter X-Bugzilla-Reason: CC X-SW-Source: 2004-12/txt/msg03842.txt.bz2 List-Id: ------- Additional Comments From aoliva at redhat dot com 2004-12-29 08:04 ------- Subject: Re: New: [4.0 regression] ICE on invalid template parameter On Dec 23, 2004, "reichelt at gcc dot gnu dot org" wrote: > The following invalid code snippet triggers an ICE on mainline: > ============================================== > template struct A; > template<> struct A