aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c
deleted file mode 100644
index 40061bad6..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr34825.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-O -funsafe-math-optimizations" } */
-
-double foo(double x, double y)
-{
- return x == y ? x/y*x/y : 0;
-}
-