aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compress-float-ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/compress-float-ppc.c')
-rw-r--r--gcc/testsuite/gcc.dg/compress-float-ppc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/testsuite/gcc.dg/compress-float-ppc.c b/gcc/testsuite/gcc.dg/compress-float-ppc.c
deleted file mode 100644
index e3f443e..0000000
--- a/gcc/testsuite/gcc.dg/compress-float-ppc.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* { dg-do compile { target powerpc*-*-* } } */
-/* { dg-options "-O2" } */
-double foo (double x) {
- return x + 1.75;
-}
-/* { dg-final { scan-assembler "lfs" } } */