Add another testcase for x86 FLT_EVAL_METHOD
* gcc.target/i386/pr69225-7.c: New test. From-SVN: r232331
This commit is contained in:
parent
4c868789e4
commit
398d6febaf
@ -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.
|
||||
|
8
gcc/testsuite/gcc.target/i386/pr69225-7.c
Normal file
8
gcc/testsuite/gcc.target/i386/pr69225-7.c
Normal 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
|
Loading…
Reference in New Issue
Block a user