This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/53487] [4.8 Regression] Unrecognizable insn for conditional move
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 25 May 2012 17:53:00 +0000
- Subject: [Bug target/53487] [4.8 Regression] Unrecognizable insn for conditional move
- Auto-submitted: auto-generated
- References: <bug-53487-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53487
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|rtl-optimization |target
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-25 17:53:00 UTC ---
The target needs to reject the cases in movsicc it cannot handle the
comparisons. The x86 and arm backends have been fixed to do exactly this.