This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/29599] [4.1/4.2 Regression] ICE when building the kernel on SH4
- From: "vapier at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Oct 2006 07:44:21 -0000
- Subject: [Bug target/29599] [4.1/4.2 Regression] ICE when building the kernel on SH4
- References: <bug-29599-10160@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from vapier at gentoo dot org 2006-10-26 07:44 -------
Created an attachment (id=12496)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12496&action=view)
PR29599-ice.i
reduced test case:
$ sh4-unknown-linux-gnu-gcc-4.1.1 -c -O2 PR29599-ice.i
PR29599-ice.i: In function 'mmc_blk_issue_rq':
PR29599-ice.i:15: error: unrecognizable insn:
(insn 70 65 35 1 (set (reg/f:SI 1 r1 [orig:159 buf.0 ] [159])
(const_int 2147483656 [0x80000008])) -1 (nil)
(nil))
PR29599-ice.i:15: internal compiler error: in extract_insn, at recog.c:2084
$ sh4-unknown-linux-gnu-gcc-4.2.0-alpha20061014 -c -O2 PR29599-ice.i
PR29599-ice.i: In function 'mmc_blk_issue_rq':
PR29599-ice.i:15: error: unrecognizable insn:
(insn 68 25 28 3 (set (reg:SI 2 r2 [166])
(const_int 2147483656 [0x80000008])) -1 (nil)
(nil))
PR29599-ice.i:15: internal compiler error: in extract_insn, at recog.c:2077
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29599