From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23826 invoked by alias); 16 Dec 2009 00:08:04 -0000 Received: (qmail 23709 invoked by uid 48); 16 Dec 2009 00:07:54 -0000 Date: Wed, 16 Dec 2009 00:08:00 -0000 Subject: [Bug rtl-optimization/42388] New: ICE in move_bb_info with sel-sched and modulo-sched for 176.gcc X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "janis 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: 2009-12/txt/msg01542.txt.bz2 GCC trunk gets a ICE when building SPEC CPU2000 test 176.gcc with "-O2 -fmodulo-sched -fselective-scheduling" as demonstrated by a minimized testcase that I'll attach to this PR. elm3b149% /home/janis/tools/gcc-trunk-anonsvn/bin/gcc -O2 -fmodulo-sched -fselective-scheduling -c bug.c bug.c: In function ‘unroll_loop’: bug.c:63:1: internal compiler error: in move_bb_info, at sel-sched-ir.c:4968 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The ICE begins with this patch: http://gcc.gnu.org/viewcvs?view=rev&rev=153491 r153491 | rguenth | 2009-10-23 09:34:46 +0000 (Fri, 23 Oct 2009) -- Summary: ICE in move_bb_info with sel-sched and modulo-sched for 176.gcc Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: janis at gcc dot gnu dot org GCC target triplet: powerpc64-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42388