public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dhowells at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/62111] ICE when building Linux kernel for sh64
Date: Mon, 18 Aug 2014 09:07:00 -0000	[thread overview]
Message-ID: <bug-62111-4-ctDCLRRtMq@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-62111-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62111

--- Comment #6 from dhowells at redhat dot com <dhowells at redhat dot com> ---
(In reply to Kazumoto Kojima from comment #5)
> ...
> 
> even though general_extend_operand doesn't permit (truncate (mem ...)).
> An easy workaround might be to disable truncate in general_extend_operand
> before reload.
> 
> --- gcc/config/sh/predicates.md.orig	2014-08-02 11:55:29.228875715 +0900
> +++ gcc/config/sh/predicates.md	2014-08-17 08:30:20.439326569 +0900
> ...

This does appear to fix the ICE's.  Unfortunately, it seems the kernel code has
bit-rotted too much to get all the way through building.
>From gcc-bugs-return-458689-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Aug 18 09:32:17 2014
Return-Path: <gcc-bugs-return-458689-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 13202 invoked by alias); 18 Aug 2014 09:32:16 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 13125 invoked by uid 48); 18 Aug 2014 09:32:10 -0000
From: "dhowells at redhat dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/62111] ICE when building Linux kernel for sh64
Date: Mon, 18 Aug 2014 09:32: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.1
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: dhowells at redhat dot com
X-Bugzilla-Status: NEW
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: <bug-62111-4-nzaVre8mK3@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-62111-4@http.gcc.gnu.org/bugzilla/>
References: <bug-62111-4@http.gcc.gnu.org/bugzilla/>
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-08/txt/msg01186.txt.bz2
Content-length: 605

https://gcc.gnu.org/bugzilla/show_bug.cgi?idb111

--- Comment #7 from dhowells at redhat dot com <dhowells at redhat dot com> ---
Having said that, if I use make -k, I can get this:

../drivers/scsi/sd.c: In function 'sd_init_command':
../drivers/scsi/sd.c:1139:1: error: unrecognizable insn:
 }
 ^
(insn 1335 1334 9 190 (set (reg/v:DI 336 [ sector ])
        (lshiftrt:DI (reg:DI 171 [ D.34693 ])
            (const_int -10 [0xfffffffffffffff6]))) ../drivers/scsi/sd.c:707 -1
     (nil))
../drivers/scsi/sd.c:1139:1: internal compiler error: in extract_insn, at
recog.c:2202

Do you want it reducing?


  parent reply	other threads:[~2014-08-18  9:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 20:12 [Bug target/62111] New: " dhowells at redhat dot com
2014-08-12 20:15 ` [Bug target/62111] " dhowells at redhat dot com
2014-08-12 20:30 ` dhowells at redhat dot com
2014-08-18  9:07 ` dhowells at redhat dot com [this message]
2014-08-18 10:35 ` kkojima at gcc dot gnu.org
2014-08-18 11:16 ` olegendo at gcc dot gnu.org
2014-08-18 12:58 ` dhowells at redhat dot com
2014-08-20  2:26 ` segher at gcc dot gnu.org
2014-08-21 10:32 ` dhowells at redhat dot com
2014-08-21 11:38 ` kkojima at gcc dot gnu.org
2014-08-21 12:34 ` dhowells at redhat dot com
2014-08-25  0:38 ` kkojima at gcc dot gnu.org
2014-08-25 23:28 ` kkojima at gcc dot gnu.org
2014-09-02 22:29 ` kkojima at gcc dot gnu.org
2014-09-02 22:35 ` kkojima at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-62111-4-ctDCLRRtMq@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).