This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11556] ICE in gen_reg_rtx() while compiling 2.6.x Linux kernel
- From: "davem at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jul 2003 00:34:30 -0000
- Subject: [Bug target/11556] ICE in gen_reg_rtx() while compiling 2.6.x Linux kernel
- References: <20030717080732.11556.davem@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11556
davem at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From davem at gcc dot gnu dot org 2003-07-19 00:34 -------
I checked in a fix written by Richard Henderson to both
the 3.3 branch and the mainline sources.
2003-07-18 Richard Henderson <rth@redhat.com>
David S. Miller <davem@redhat.com>
* optabs.c (prepare_operand): Fail gracefully instead of abort
if the predicate doesn't satisfy.
(gen_cond_trap): Allow prepare_operand to fail.
Pass correct opnum argument to prepare_operand.