aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c
deleted file mode 100644
index 6a215164c..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/pr28839.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-O2 -msse2 -ftree-vectorize -funswitch-loops" } */
-
-static int ready[10];
-void abort (void);
-void test_once (int t,int t1)
-{
- int i, repeat;
- for (i = 0; i < 10; i++)
- {
- ready[i] = 0;
- if (t1)
- if (b())
- abort ();
- }
- if (t)
- abort ();
-}