From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9776 invoked by alias); 26 Jan 2004 21:00:16 -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 9765 invoked by uid 48); 26 Jan 2004 21:00:15 -0000 Date: Mon, 26 Jan 2004 21:00:00 -0000 Message-ID: <20040126210015.9764.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040126204323.13870.jhbrown@bluefinrobotics.com> References: <20040126204323.13870.jhbrown@bluefinrobotics.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13870] template with type and function templated on type causes segfault. X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03322.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-26 21:00 ------- As you said this is invalid code, and this is fixed on the mainline: pr13870.cc:1: error: expected `>' before '<' token pr13870.cc:1: error: expected unqualified-id before ')' token pr13870.cc:1: error: expected `;' before '>' token So closing as fixed. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |ice-on-invalid-code Resolution| |FIXED Target Milestone|--- |3.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13870