From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70005 invoked by alias); 19 Mar 2015 20:00:16 -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 69905 invoked by uid 55); 19 Mar 2015 20:00:13 -0000 From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/63491] Ice in LRA with simple vector test case on power Date: Thu, 19 Mar 2015 22:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: vmakarov 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: 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-03/txt/msg02016.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63491 --- Comment #13 from Vladimir Makarov --- Author: vmakarov Date: Thu Mar 19 19:59:38 2015 New Revision: 221522 URL: https://gcc.gnu.org/viewcvs?rev=221522&root=gcc&view=rev Log: 2015-03-19 Vladimir Makarov PR rtl-optimization/63491 * lra-constraints.c (check_and_process_move): Use src instead of sreg. Remove some dead code. 2015-03-19 Vladimir Makarov PR rtl-optimization/63491 * gcc.target/powerpc/pr63491.c: New. Added: trunk/gcc/testsuite/gcc.target/powerpc/pr63491.c Modified: trunk/gcc/lra-constraints.c trunk/gcc/testsuite/ChangeLog