From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28429 invoked by alias); 22 Feb 2005 16:58:12 -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 28407 invoked by uid 48); 22 Feb 2005 16:58:09 -0000 Date: Tue, 22 Feb 2005 22:02:00 -0000 From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050222165807.20147.reichelt@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/20147] New: [3.4/4.0 regression] ICE on undefined variable in statement expression X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg02670.txt.bz2 List-Id: The C++ frontend issues an ICE when compiling the following invalid code snippet: ================ void foo() { ({x;}); } ================ bug.cc: In function 'void foo()': bug.cc:3: error: 'x' was not declared in this scope bug.cc:3: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in finish_stmt_expr_expr, at cp/semantics.c:1546 Please submit a full bug report, [etc.] The appeared in gcc 3.4.0. -- Summary: [3.4/4.0 regression] ICE on undefined variable in statement expression Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20147