From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8476 invoked by alias); 26 Dec 2014 19:17:01 -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 8394 invoked by uid 48); 26 Dec 2014 19:16:55 -0000 From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/64412] [regression] ICE in offload compiler: in extract_insn, at recog.c:2327 Date: Fri, 26 Dec 2014 19:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: WAITING 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_status cf_reconfirmed_on cc everconfirmed Message-ID: In-Reply-To: References: 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-12/txt/msg02764.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64412 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2014-12-26 CC| |hjl.tools at gmail dot com Ever confirmed|0 |1 --- Comment #1 from H.J. Lu --- (In reply to iverbin from comment #0) > After fixing PR lto/64043 (r218767) the offload target compiler began > crashing while reading intermediate bytecode. > > FAIL: libgomp.c/examples-4/e.53.5.c (internal compiler error) > FAIL: libgomp.c/for-3.c (internal compiler error) > FAIL: libgomp.c++/for-11.C (internal compiler error) > FAIL: libgomp.fortran/examples-4/e.53.3.f90 -O2 (internal compiler error) > etc. > > > To reproduce using Intel Xeon Phi emulation: > 1. Build offload and host compilers as described in > https://gcc.gnu.org/wiki/Offloading#How_to_try_offloading_enabled_GCC > 2. Run make check-target-libgomp RUNTESTFLAGS="c.exp=e.53.5.c" Can you create a stanalone testcase for the Intel Xeon Phi offload cross compiler? It will be easier to debug.