From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106126 invoked by alias); 20 Mar 2015 10:18:56 -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 106090 invoked by uid 48); 20 Mar 2015 10:18:52 -0000 From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65489] New: [5.0 Regression] Testcase for PR 65427 ICEs at -Os on arm-none-eabi in hoist pass Date: Fri, 20 Mar 2015 10:36:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ktkachov at gcc dot gnu.org 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 keywords bug_severity priority component assigned_to reporter cf_gcctarget 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: 2015-03/txt/msg02085.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65489 Bug ID: 65489 Summary: [5.0 Regression] Testcase for PR 65427 ICEs at -Os on arm-none-eabi in hoist pass Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ktkachov at gcc dot gnu.org Target: arm* As reported at: https://gcc.gnu.org/ml/gcc-patches/2015-03/msg00949.html The testcase gcc.c-torture/execute/pr65427.c ICEs on arm at -Os with: 0x7e6f11 process_insert_insn $TOP/gcc/gcse.c:2174 0x7e8a80 insert_insn_end_basic_block $TOP/gcc/gcse.c:2196 0x7eab01 hoist_code $TOP/gcc/gcse.c:3492 0x7eab01 one_code_hoisting_pass $TOP/gcc/gcse.c:3722 0x7eab01 execute_rtl_hoist $TOP/gcc/gcse.c:4212 0x7eab01 execute $TOP/gcc/gcse.c:4293 The ICE is unrelated to that PR and is just exposed by the new testcase. I can reproduce it with on arm-none-eabi with -Os -mfloat-abi=hard -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=softfp