From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25655 invoked by alias); 21 Aug 2005 21:17:11 -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 25632 invoked by uid 48); 21 Aug 2005 21:17:07 -0000 Date: Sun, 21 Aug 2005 21:19:00 -0000 From: "falk at debian dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050821211705.23509.falk@debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/23509] New: [4.0 regression] ICE with ivopts X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg02433.txt.bz2 List-Id: Test case: void block_diffs_C(int *ss, int *new, int ns, int *newp) { int x, y, s = 0; for (x = 0; x < 8; x++) { newp = new++; for (y = 0; y < 4; y++) s += *newp++; *ss = s; } } With GNU C version 4.1.0 20050810 (experimental) (alphaev68-unknown-linux-gnu) at -O3, I get: 363.c: In function 'block_diffs_C': 363.c:1: internal compiler error: tree check: expected ssa_name, have error_mark in verify_ssa, at tree-ssa.c:746 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. -fno-ivopts makes it go away. -- Summary: [4.0 regression] ICE with ivopts Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: falk at debian dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23509