From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39937 invoked by alias); 23 Feb 2015 20:41:21 -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 39896 invoked by uid 55); 23 Feb 2015 20:41:17 -0000 From: "olegendo at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/65163] [5 Regression][SH] ICE in decompose at rtl.h:2007 Date: Mon, 23 Feb 2015 21:06: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: olegendo at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned 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-02/txt/msg02553.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65163 --- Comment #4 from Oleg Endo --- Author: olegendo Date: Mon Feb 23 20:40:45 2015 New Revision: 220918 URL: https://gcc.gnu.org/viewcvs?rev=220918&root=gcc&view=rev Log: gcc/ Backport from mainline 2015-02-23 Oleg Endo PR target/65163 * config/sh/sh.md (swapbsi2, related peephole2): Use const_int -65536 instead of const_int 4294901760. gcc/testsuite/ Backport from mainline 2015-02-23 Oleg Endo PR target/65163 * gcc.c-torture/compile/pr65163.c: New. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr65163.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/sh/sh.md branches/gcc-4_8-branch/gcc/testsuite/ChangeLog