aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c b/gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c
deleted file mode 100644
index e547fb457..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/tic6x/fpdiv.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-do compile } */
-/* { dg-require-effective-target ti_c67x } */
-/* { dg-options "-O2" } */
-/* { dg-final { scan-assembler "rcpdp" } } */
-/* { dg-final { scan-assembler "rcpsp" } } */
-
-double f (double x, double y)
-{
- return x / y;
-}
-
-float g (float x, float y)
-{
- return x / y;
-}