From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6663 invoked by alias); 19 Feb 2014 05:23:25 -0000 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 Received: (qmail 6631 invoked by uid 48); 19 Feb 2014 05:23:21 -0000 From: "dimhen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/60268] New: [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557 Date: Wed, 19 Feb 2014 05:23:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dimhen at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg01907.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268 Bug ID: 60268 Summary: [4.9 regression] ICE: in rank_for_schedule, at haifa-sched.c:2557 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dimhen at gmail dot com r207791 PASS r207850 FAIL $ cat x.i void f() { int i = 0; void *p = 0; } $ /usr/local/gcc_current/bin/gcc -fpreprocessed -O0 -flive-range-shrinkage -c x.i x.i: In function 'f': x.i:5:1: internal compiler error: in rank_for_schedule, at haifa-sched.c:2557 } ^ 0x13c6f41 rank_for_schedule /home/dimhen/src/gcc_current/gcc/haifa-sched.c:2557 0x13c7895 swap_sort /home/dimhen/src/gcc_current/gcc/haifa-sched.c:2714 0x13c7895 ready_sort(ready_list*) /home/dimhen/src/gcc_current/gcc/haifa-sched.c:2926 0x13d0727 schedule_block(basic_block_def**, void*) /home/dimhen/src/gcc_current/gcc/haifa-sched.c:6096 0xa1421a schedule_region /home/dimhen/src/gcc_current/gcc/sched-rgn.c:3080 0xa1421a schedule_insns /home/dimhen/src/gcc_current/gcc/sched-rgn.c:3416 0xa1461b schedule_insns /home/dimhen/src/gcc_current/gcc/sched-rgn.c:3401 0xa1461b rest_of_handle_live_range_shrinkage /home/dimhen/src/gcc_current/gcc/sched-rgn.c:3614 0xa1461b execute /home/dimhen/src/gcc_current/gcc/sched-rgn.c:3704 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Fedora 20/x64 $ /usr/local/gcc_current/bin/gcc -v Using built-in specs. COLLECT_GCC=/usr/local/gcc_current/bin/gcc COLLECT_LTO_WRAPPER=/usr/local/gcc_current/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/dimhen/src/gcc_current/configure --prefix=/usr/local/gcc_current --enable-checking=yes,df,fold,rtl,tree --enable-languages=c,c++,lto --enable-plugin --with-tune=native --with-arch=native --enable-version-specific-runtime-libs --enable-static --disable-multilib Thread model: posix gcc version 4.9.0 20140218 (experimental) [trunk revision 207850] (GCC)