From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11047 invoked by alias); 15 Jul 2009 02:29:24 -0000 Received: (qmail 11000 invoked by uid 48); 15 Jul 2009 02:29:10 -0000 Date: Wed, 15 Jul 2009 02:29:00 -0000 Subject: [Bug lto/40758] New: [LTO] ICE in partition_view_bitmap, at tree-ssa-live.c:331 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rmansfield at qnx 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: 2009-07/txt/msg01194.txt.bz2 I found this one testing arm but it is reproducible with i686-pc-linux-gnu as well. ryan@ryan:~/gcc/lto/x86-build/gcc$ ./xgcc -v Using built-in specs. COLLECT_GCC=./xgcc Target: i686-pc-linux-gnu Configured with: ../configure --enable-languages=c --enable-lto --disable-bootstrap Thread model: posix gcc version 4.5.0 20090714 (experimental) [lto revision 149644] (lto merged with rev 149625) ryan@ryan:~/gcc/lto/x86-build/gcc$ ./xgcc -B. ice.i -c -O -flto ryan@ryan:~/gcc/lto/x86-build/gcc$ ./xgcc -B. -shared ice.o -flto In file included from :441:0: ice.i: In function âffb_ctx_scaled_blitâ: ice.i:4515:1: internal compiler error: in partition_view_bitmap, at tree-ssa-live.c:331 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. lto-wrapper: ././xgcc returned 1 exit status collect2: lto-wrapper returned 1 exit status -- Summary: [LTO] ICE in partition_view_bitmap, at tree-ssa- live.c:331 Product: gcc Version: lto Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rmansfield at qnx dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40758