From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5783 invoked by alias); 31 Oct 2004 11:04:31 -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 5768 invoked by uid 48); 31 Oct 2004 11:04:30 -0000 Date: Sun, 31 Oct 2004 11:04:00 -0000 From: "steven at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20041031110421.18250.steven@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/18250] New: ICE in var_ann, at tree-flow-inline.h:34 X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg03903.txt.bz2 List-Id: typedef struct { unsigned long hashval; int oldcount, newcount; int oldindex, newindex; } HASHMAP; extern HASHMAP *H; void _nc_hash_map (void) { HASHMAP *sp; for (sp = H; sp->hashval; sp++) if (sp->oldcount == 1 && sp->newcount == 1) sp->newindex = sp->oldindex; } $ ./cc1 -O t.c _nc_hash_map t.c: In function '_nc_hash_map': t.c:12: internal compiler error: in var_ann, at tree-flow-inline.h:34 This particular test cases comes from ncurses, but this also makes building glibc impossible, and probably many other programs. -- Summary: ICE in var_ann, at tree-flow-inline.h:34 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: critical Priority: P1 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: steven at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18250