From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3114 invoked by alias); 30 May 2005 14:47:28 -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 3084 invoked by uid 48); 30 May 2005 14:47:25 -0000 Date: Mon, 30 May 2005 14:49:00 -0000 Message-ID: <20050530144725.3083.qmail@sourceware.org> From: "dorit at il dot ibm dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050421230833.21155.janis@gcc.gnu.org> References: <20050421230833.21155.janis@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/21155] [4.1 Regression] ICE in ssa tree check compiling crafty with -ftree-vectorize -maltivec X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03854.txt.bz2 List-Id: ------- Additional Comments From dorit at il dot ibm dot com 2005-05-30 14:47 ------- > crafty_bug.c:31: internal compiler error: tree check: expected ssa_name, have > var_decl in is_old_name, at tree-into-ssa.c:467 > SPEC CPU2000 tests gcc, crafty, and mesa all get this ICE. I've seen this error on powerpc-apple-darwin in gcc, fma3d and mesa. I don't see this error anymore anywhere in SPEC after applying this patch: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02478.html (wasn't approved yet) > Tests gap, facerec, > and apsi get segfaults in the compiler and resist attempts at mininizing test > cases. I don't see these anymore. Maybe this related to PR21639 that was recently solved? (after this patch: http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02477.html) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21155