From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15315 invoked by alias); 20 Jun 2007 08:59:21 -0000 Received: (qmail 15285 invoked by uid 48); 20 Jun 2007 08:59:12 -0000 Date: Wed, 20 Jun 2007 08:59:00 -0000 Message-ID: <20070620085912.15284.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/32024] ICE - libgcc2.c:557: internal compiler error: in fold_checksum_tree, at fold-const.c:12652 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" 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: 2007-06/txt/msg01646.txt.bz2 ------- Comment #12 from ubizjak at gmail dot com 2007-06-20 08:59 ------- (In reply to comment #11) > backtrace: (gdb) frame 4 #4 0x0823b9f7 in fold_convert (type=0xb7eb5360, arg=0xb7f5b138) at ../../gcc-svn/trunk/gcc/fold-const.c:2281 (gdb) p debug_tree (arg) unit size align 32 symtab 0 alias set 4 canonical type 0xb7eb52f4 precision 32 min max pointer_to_this > visited var def_stmt version 3> So, chrec_convert_1() is sending ssa_name into fold_convert(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32024