aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c
deleted file mode 100644
index 88e3497b1..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/pr48442.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
-/* { dg-options "-Os -fselective-scheduling2 --param max-sched-extend-regions-iters=100" } */
-void f (void)
-{
- unsigned *a2;
- int vertex2;
- int c, x2, dx2, dy2, s2;
- long m, b;
- do
- {
- if (dx2)
- dx2 = dx2 % dy2;
- s2 = (dx2 / dy2);
- }
- while (vertex2);
- for (;;)
- {
- c = x2;
- a2 = 0;
- if (c)
- {
- m = b << (c);
- *a2 = (*a2 & ~m);
- }
- x2 += s2;
- }
-}