From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5877 invoked by alias); 15 Sep 2008 21:09:47 -0000 Received: (qmail 4959 invoked by uid 48); 15 Sep 2008 21:08:27 -0000 Date: Mon, 15 Sep 2008 21:09:00 -0000 Subject: [Bug c/37529] New: [4.4 regression] ICE with invalid goto X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg01810.txt.bz2 The following invalid code snippet triggers an ICE on mainline (C and C++ frontend): =================== void foo() { goto *; } =================== bug0.c: In function 'foo': bug0.c:3: error: expected expression before ';' token bug0.c:3: internal compiler error: in gimple_goto_set_dest, at gimple.h:2509 Please submit a full bug report, [etc.] The regression was introduced between 2008-07-26 and 2008-07-29 (probably with the tuples merge). -- Summary: [4.4 regression] ICE with invalid goto Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code, error-recovery, monitored Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37529