From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 340 invoked by alias); 16 Nov 2004 02:35:10 -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 318 invoked by uid 48); 16 Nov 2004 02:35:05 -0000 Date: Tue, 16 Nov 2004 02:35:00 -0000 Message-ID: <20041116023505.317.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041116021313.18512.Tringi@Mx-3.cz> References: <20041116021313.18512.Tringi@Mx-3.cz> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/18512] [3.4/4.0 Regression] ICE on invalid usage of template base class X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg01926.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-16 02:35 ------- More compact testcase: ================================== template struct A {}; struct B : A<0> { void foo() { this->A<0>; } }; ================================== This is really invalid code. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords|ice-on-valid-code |ice-on-invalid-code, | |monitored Summary|[3.4/4.0 Regression] ICE on |[3.4/4.0 Regression] ICE on |overriden template method |invalid usage of template | |base class http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18512