diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/sh/sh4a-cos.c')
-rw-r--r-- | gcc/testsuite/gcc.target/sh/sh4a-cos.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.target/sh/sh4a-cos.c b/gcc/testsuite/gcc.target/sh/sh4a-cos.c deleted file mode 100644 index c2e421c6a05..00000000000 --- a/gcc/testsuite/gcc.target/sh/sh4a-cos.c +++ /dev/null @@ -1,11 +0,0 @@ -/* Verify that we generate single-precision sine and cosine approximate - (fsca) in fast math mode on SH4A with FPU. */ -/* { dg-do compile { target "sh*-*-*" } } */ -/* { dg-options "-O -ffast-math" } */ -/* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m4a" "-m4a-single" "-m4a-single-only" } } */ -/* { dg-final { scan-assembler "fsca" } } */ - -#include <math.h> - -double test(double f) { return cos(f); } - |