This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/53487] [4.8 Regression] Unrecognizable insn for conditional move


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]