From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5839 invoked by alias); 21 Jan 2013 15:54:54 -0000 Received: (qmail 5596 invoked by uid 48); 21 Jan 2013 15:54:12 -0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/55889] [4.8 Regression] ICE: in move_op_ascend, at sel-sched.c:6153 with -fschedule-insns -fselective-scheduling Date: Mon, 21 Jan 2013 15:54:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: abel at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2013-01/txt/msg01981.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55889 --- Comment #19 from Jakub Jelinek 2013-01-21 15:54:08 UTC --- Indeed, with #c18 patch I can reproduce the ICE. Andrey, can you try that too? On x86_64-linux, do for current trunk + #c18 patch applied: mkdir obj cd obj ../configure --target powerpc-ibm-aix7.1.0.0 --disable-bootstrap \ --enable-languages=c make -j4 # The above command will fail, due to missing as/ld, but that is fine. # You can even Ctrl-C it earlier, after gcc/auto-host.h is created cd gcc mv auto-host.h{,.bak} wget http://gcc.gnu.org/bugzilla/attachment.cgi?id=29237 -O auto-host.h sed -i -e 's/#define HAVE_DECL_BASENAME 0/#define HAVE_DECL_BASENAME 1/' \ -e 's/#define SIZEOF_LONG 4/#define SIZEOF_LONG 8/' \ -e 's/#define SIZEOF_VOID_P 4/#define SIZEOF_VOID_P 8/' auto-host.h make -j4 cc1 cp -a ../../gcc/testsuite/gcc.dg/tree-prof/pr45354.c . ./cc1 -O -fschedule-insns -fselective-scheduling -fpic \ -fprofile-generate pr45354.c -maix32