diff options
author | David Holsgrove <david.holsgrove@xilinx.com> | 2014-01-30 17:18:17 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2014-01-30 17:18:17 +0000 |
commit | 29bd5728111c90c178fd82ba455c2a686dd02542 (patch) | |
tree | 0e8ea99d725ee6af8c42357de7a4d22aff1df343 /gcc/objc | |
parent | c345a0b156755781956c1f866624e1c3224e9a7c (diff) | |
download | gcc-29bd5728111c90c178fd82ba455c2a686dd02542.zip gcc-29bd5728111c90c178fd82ba455c2a686dd02542.tar.gz gcc-29bd5728111c90c178fd82ba455c2a686dd02542.tar.bz2 |
Add SImode to comparison operator, prevents ICE during combine
rtl pass with error message;
internal compiler error: in simplify_subreg, at simplify-rtx.c:5725
Use ordered_comparison_operator predicate to limit operators to
those fcmp can handle, and letting compiler reorder insns to
accomodate unordered as necessary
gcc/ChangeLog
2013-11-26 David Holsgrove <david.holsgrove@xilinx.com>
* config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
comparison_operator with ordered_comparison_operator.
testsuite/ChangeLog
2014-01-22 David holsgrove <david.holsgrove@xilinx.com>
* testsuite/gcc.target/microblaze/isa/fcmp4.c: New file.
From-SVN: r207311
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions