[Bug target/53513] [SH] Add support for fpchg insn and improve fenv support

2014-12-21 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513

Oleg Endo olegendo at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #47 from Oleg Endo olegendo at gcc dot gnu.org ---
Fixed/implemented for GCC 5.


[Bug target/53513] [SH] Add support for fpchg insn and improve fenv support

2014-12-16 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513

--- Comment #46 from Oleg Endo olegendo at gcc dot gnu.org ---
Author: olegendo
Date: Tue Dec 16 21:28:59 2014
New Revision: 218793

URL: https://gcc.gnu.org/viewcvs?rev=218793root=gccview=rev
Log:
gcc/testsuite/
PR target/53513
* gcc.target/sh/fpchg.c: Rename to ...
* gcc.target/sh/pr53513-1.c: ... this.  Adjust test case to work for
-m4a and -m4a-single.

Added:
trunk/gcc/testsuite/gcc.target/sh/pr53513-1.c
Removed:
trunk/gcc/testsuite/gcc.target/sh/fpchg.c
Modified:
trunk/gcc/testsuite/ChangeLog


[Bug target/53513] [SH] Add support for fpchg insn and improve fenv support

2014-12-14 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53513

--- Comment #45 from Oleg Endo olegendo at gcc dot gnu.org ---
From my point of view, this PR can be closed as fixed.  The ISR related
failures were just issues w.r.t. how the the expected code sequences are
matched in the test cases.
I've created followup PR 64305 and PR 64299, which are issues that can be
addressed separately.