From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110744 invoked by alias); 7 Apr 2015 10:24:58 -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 110152 invoked by uid 55); 7 Apr 2015 10:24:52 -0000 From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65489] [5 Regression] Testcase for PR 65427 ICEs at -Os on arm-none-eabi in hoist pass Date: Tue, 07 Apr 2015 10:24: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: 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: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ktkachov at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.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: 2015-04/txt/msg00397.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65489 --- Comment #4 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Apr 7 10:24:19 2015 New Revision: 221892 URL: https://gcc.gnu.org/viewcvs?rev=221892&root=gcc&view=rev Log: [ARM] PR 65489: Accept VSTRUCT constants in arm_legitimate_constant_p PR target/65489 * config/arm/arm.c (arm_legitimate_constant_p_1): Remove restriction on constants for NEON VSTRUCT modes. Modified: trunk/gcc/ChangeLog trunk/gcc/config/arm/arm.c