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/63260] [SH] fabs, fneg do not need fp-mode setting and do not use fpscr


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63260

--- Comment #7 from Oleg Endo <olegendo at gcc dot gnu.org> ---
Author: olegendo
Date: Tue Oct 14 00:50:18 2014
New Revision: 216173

URL: https://gcc.gnu.org/viewcvs?rev=216173&root=gcc&view=rev
Log:
gcc/
    PR target/63260
    * config/sh/sh.md (negsf2, negsf2_i, negdf2, negdf2_i, abssf2,
    abssf2_i, absdf2, absdf2_i): Remove fp_mode attribute.  Remove use
    of FPSCR.
    (negsf2_i): Rename to *negsf2_i.
    (abssf2_i): Rename to *abssf2_i.
    (negdf2_i): Rename to *negdf2_i.
    (absdf2_i): Rename to *absdf2_i.

gcc/testsuite/
    PR target/63260
    * gcc.target/sh/pr63260.c: New.

Added:
    trunk/gcc/testsuite/gcc.target/sh/pr63260.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sh/sh.md
    trunk/gcc/testsuite/ChangeLog


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