From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15262 invoked by alias); 1 Apr 2004 13:44:13 -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 15001 invoked by uid 48); 1 Apr 2004 13:44:09 -0000 Date: Thu, 01 Apr 2004 13:44:00 -0000 Message-ID: <20040401134409.15000.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031014002907.12608.carlo@gcc.gnu.org> References: <20031014002907.12608.carlo@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12608] internal compiler error: tree check: expected class 't', have 'x' (error_mark) in cp_parser_class_specifier, at cp/parser.c:11264 X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00043.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-04-01 13:43 ------- Still happens on the mainline: pr12608.cc:18044: internal compiler error: tree check: expected class 't', have 'x' (error_mark) in cp_parser_class_specifier, at cp/parser.c:11854 Please submit a full bug report,with preprocessed source if appropriate. See for instructions. I might submit a simple fix for this. if (type != error_mark_node) type = finish_struct (type, attributes); if (pop_p) pop_scope (CP_DECL_CONTEXT (TYPE_MAIN_DECL (type))); -- What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2003-12-23 19:17:26 |2004-04-01 13:44:06 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12608