From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7651 invoked by alias); 3 Sep 2012 17:45:14 -0000 Received: (qmail 7631 invoked by uid 22791); 3 Sep 2012 17:45:11 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 Sep 2012 17:44:58 +0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/54455] [4.7/4.8 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in compute_bb_for_insn, at cfgrtl.c:418 Date: Mon, 03 Sep 2012 17:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.2 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" Content-Transfer-Encoding: quoted-printable 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: 2012-09/txt/msg00198.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54455 --- Comment #13 from Zdenek Sojka 2012-09-03 17:4= 4:57 UTC --- (In reply to comment #12) > If I remember correctly, the original testcase ICEs the same way with -O. > eg. > $ gcc -fschedule-insns -fselective-scheduling --param > max-sched-extend-regions-iters=3D8 gcc.c-torture/compile/pr51767.c -O >=20 > This reduced testcase ICEs at a different place with -O. (I cannot test it > right now) Actually, with -O1, the ICE is at a different place: $ gcc -fschedule-insns -fselective-scheduling --param max-sched-extend-regions-iters=3D8 gcc.c-torture/compile/pr51767.c -O gcc.c-torture/compile/pr51767.c: In function =E2=80=98bar=E2=80=99: gcc.c-torture/compile/pr51767.c:23:1: internal compiler error: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in rtl_verify_flow_info_1, = at cfgrtl.c:2052 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. So it might be a different problem.