From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20332 invoked by alias); 2 Jun 2003 09:48:31 -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 20279 invoked by uid 48); 2 Jun 2003 09:48:30 -0000 Date: Mon, 02 Jun 2003 09:48:00 -0000 Message-ID: <20030602094830.20278.qmail@sources.redhat.com> From: "reichelt@gcc.gnu.org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030316142600.10108.nagano3@pop02.odn.ne.jp> References: <20030316142600.10108.nagano3@pop02.odn.ne.jp> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/10108] tree checking ICE: expected var_decl, have error_mark in tsubst_decl X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg00278.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=10108 reichelt@gcc.gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2003-06-02 09:39:36 |2003-06-02 09:48:29 date| | ------- Additional Comments From reichelt@gcc.gnu.org 2003-06-02 09:48 ------- Here's an even shorter testcase (without inheritance): ---------------------------------------------------- template struct A { template A(typename A::X) {} }; A a; ---------------------------------------------------- ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.