Add another testcase for x86 FLT_EVAL_METHOD

* gcc.target/i386/pr69225-7.c: New test.

From-SVN: r232331
This commit is contained in:
H.J. Lu 2016-01-13 17:08:04 +00:00 committed by H.J. Lu
parent 4c868789e4
commit 398d6febaf
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-01-13 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr69225-7.c: New test.
2016-01-13 Richard Henderson <rth@redhat.com>
* gcc.dg/tm/memopt-13.c: Update expected function.

View File

@ -0,0 +1,8 @@
/* { dg-do compile} */
/* { dg-options "-msse -mno-sse2 -m80387 -mfpmath=sse" } */
#include <float.h>
#if FLT_EVAL_METHOD != -1
# error FLT_EVAL_METHOD != -1
#endif