Restrict to linux and gnu targets as not all math.h implementations support the issig...
authorSujoy Saraswati <sujoy.saraswati@hpe.com>
Fri, 8 Jan 2016 08:35:02 +0000 (08:35 +0000)
committerSujoy Saraswati <ssaraswati@gcc.gnu.org>
Fri, 8 Jan 2016 08:35:02 +0000 (08:35 +0000)
commit6e1f093f7466ee77557e5ffad9b3ab9ae945e4e3
tree7ecbce6243dcf27ea2f8ff983df613bd8705c4e7
parent57bf30726cf3695077cde97bd3fd396cb1262eeb
Restrict to linux and gnu targets as not all math.h implementations support the issignaling macro.

Restrict to linux and gnu targets as not all math.h implementations support the
issignaling macro. Use -fexcess-precision=standard for compiler options. Use fabs()
only when  __FLT_EVAL_METHOD__ == 0.

gcc/testsuite/
* gcc.dg/pr61441.c: Restrict to linux and gnu targets.
Use -fexcess-precision=standard for compiler options.
Use fabs() only when  __FLT_EVAL_METHOD__ == 0.

From-SVN: r232152
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr61441.c