This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54093] ICE in in extract_insn, at recog.c:2129
- From: "amodra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jul 2012 03:58:05 +0000
- Subject: [Bug target/54093] ICE in in extract_insn, at recog.c:2129
- Auto-submitted: auto-generated
- References: <bug-54093-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54093
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-07-26
AssignedTo|unassigned at gcc dot |amodra at gmail dot com
|gnu.org |
Target Milestone|--- |4.8.0
Ever Confirmed|0 |1
--- Comment #3 from Alan Modra <amodra at gmail dot com> 2012-07-26 03:58:05 UTC ---
This comment of mine has come back to bite me, I think.
> - I haven't actually seen the 32-bit gpr secondary reload patterns
> trigger (it's hard to make a testcase), so that code is largely
> untested. Fortunately the code is very similar to the 64-bit gpr
> secondary reload code.