Commit 398d6feb by H.J. Lu Committed by H.J. Lu

Add another testcase for x86 FLT_EVAL_METHOD

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

From-SVN: r232331
parent 4c868789
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.
......
/* { 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment