From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26036 invoked by alias); 4 Oct 2013 14:57:11 -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 25995 invoked by uid 55); 4 Oct 2013 14:57:08 -0000 From: "mshawcroft at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/58460] Error: shift amount out of range 0 to 4 at operand 3 -- `sub sp,x1,x0,lsl 9' Date: Fri, 04 Oct 2013 14:57: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.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mshawcroft 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: 4.8.2 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: 2013-10/txt/msg00227.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58460 --- Comment #2 from mshawcroft at gcc dot gnu.org --- Author: mshawcroft Date: Fri Oct 4 14:57:04 2013 New Revision: 203204 URL: http://gcc.gnu.org/viewcvs?rev=203204&root=gcc&view=rev Log: [AArch64] Fix PR58460. 2013-10-04 Marcus Shawcroft Backport from mainline. PR target/58460 * config/aarch64/aarch64.md (*add__) (*add__si_uxtw,*add_mul_imm_) (*sub__) (*sub__si_uxtw,*sub_mul_imm_, *sub_mul_imm_si_uxtw): Remove k constraint. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.target/aarch64/pr58460.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/aarch64/aarch64.md branches/gcc-4_8-branch/gcc/testsuite/ChangeLog