aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c b/gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c
deleted file mode 100644
index b0e650bf0..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.target/sh/pr52933-2.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Check that the div0s instruction is used for integer sign comparisons
- when -mpretend-cmove is enabled.
- Each test case is expected to emit at least one div0s insn.
- Problems when combining the div0s comparison result with surrounding
- logic usually show up as redundant tst insns. */
-/* { dg-do compile { target "sh*-*-*" } } */
-/* { dg-options "-O2 -mpretend-cmove" } */
-/* { dg-skip-if "" { "sh*-*-*" } { "-m5*" } { "" } } */
-/* { dg-final { scan-assembler-times "div0s" 25 } } */
-/* { dg-final { scan-assembler-not "tst" } } */
-
-#include "pr52933-1.c"