From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2625 invoked by alias); 16 Jul 2014 16:44: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 2421 invoked by uid 55); 16 Jul 2014 16:44:50 -0000 From: "yroux at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/61154] [4.10 Regression][ARM] wide-int merge introduced regressions in vshuf tests Date: Wed, 16 Jul 2014 16:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: yroux at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ramana at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-07/txt/msg01166.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61154 --- Comment #10 from yroux at gcc dot gnu.org --- Author: yroux Date: Wed Jul 16 16:44:09 2014 New Revision: 212685 URL: https://gcc.gnu.org/viewcvs?rev=212685&root=gcc&view=rev Log: 2014-07-16 Yvan Roux Backport from trunk r211129. 2014-06-02 Ramana Radhakrishnan PR target/61154 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define. * config/arm/arm.md (mov64 splitter): Replace const_double_operand with immediate_operand. Modified: branches/linaro/gcc-4_9-branch/gcc/ChangeLog.linaro branches/linaro/gcc-4_9-branch/gcc/config/arm/arm.h branches/linaro/gcc-4_9-branch/gcc/config/arm/arm.md