Restrict to linux and gnu targets as not all math.h implementations support the
authorssaraswati <ssaraswati@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jan 2016 08:35:02 +0000 (08:35 +0000)
committerssaraswati <ssaraswati@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Jan 2016 08:35:02 +0000 (08:35 +0000)
commit9e0e8c2aacd3c69d72b3e03c6629fdfbddf29765
tree7ecbce6243dcf27ea2f8ff983df613bd8705c4e7
parent5013f740f4150ed1123745e27cb53a6dd93446f4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232152 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr61441.c