From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2347 invoked by alias); 31 Jan 2008 17:15:19 -0000 Received: (qmail 2008 invoked by uid 48); 31 Jan 2008 17:14:33 -0000 Date: Thu, 31 Jan 2008 17:24:00 -0000 Subject: [Bug tree-optimization/35043] New: ICE in tree-data-ref because signed_type_for_types returns NULL X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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-01/txt/msg03801.txt.bz2 1510 type = signed_type_for_types (TREE_TYPE (chrec_a), TREE_TYPE (chrec_b)); 1511 chrec_a = chrec_convert (type, chrec_a, NULL_TREE); (gdb) p type $4 = (tree) 0x0 and we then ICE in #0 0x000000000064bc08 in fold_convert (type=0x0, arg=0x2aad7d1bb570) at /space/rguenther/src/svn/trunk/gcc/fold-const.c:2496 (gdb) call debug_tree (chrec_a) constant invariant 1> (gdb) call debug_tree (chrec_b) constant invariant 0> -- Summary: ICE in tree-data-ref because signed_type_for_types returns NULL Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rguenth at gcc dot gnu dot org GCC target triplet: ia64-*-* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35043