From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15311 invoked by alias); 5 Jan 2009 21:48:30 -0000 Received: (qmail 14938 invoked by uid 48); 5 Jan 2009 21:48:19 -0000 Date: Mon, 05 Jan 2009 21:48:00 -0000 Message-ID: <20090105214819.14937.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug tree-optimization/38593] [4.4 regression] ICE: verify_gimple failed In-Reply-To: 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: 2009-01/txt/msg00526.txt.bz2 ------- Comment #9 from reichelt at gcc dot gnu dot org 2009-01-05 21:48 ------- That's really a duplicate of PR38725: The code contains many lines of the form goto *dispatch_table[opcode]; where dispatch_table[opcode] is of the type uintptr_t which is a typedef to unsigned int. Writing goto *(void*)dispatch_table[opcode]; instead makes the ICE disappear. *** This bug has been marked as a duplicate of 38725 *** -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38593