From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15660 invoked by alias); 14 Oct 2003 00:29:08 -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 15653 invoked by uid 48); 14 Oct 2003 00:29:07 -0000 Date: Tue, 14 Oct 2003 00:29:00 -0000 From: "carlo at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20031014002907.12608.carlo@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/12608] New: 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: 2003-10/txt/msg00912.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=12608 Summary: internal compiler error: tree check: expected class 't', have 'x' (error_mark) in cp_parser_class_specifier, at cp/parser.c:11264 Product: gcc Version: 3.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: carlo at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org While investigation my last bug report, I ran into ANOTHER ice... Reproduce with: g++-cvs-3.4 -include pppch.h -c -o pppch.h.gch pppch.h pppch.h is attached. The full output of the above with '-v' is attached too (its big).