2014-07-29 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr45352-2.c
blobeed3847177c03f52be76b9f19f64c65a2bac6f5a
1 /* { dg-do compile { target powerpc*-*-* ia64-*-* x86_64-*-* } } */
2 /* { dg-options "-O1 -freorder-blocks -fschedule-insns2 -funswitch-loops -fselective-scheduling2 -fsel-sched-pipelining -funroll-all-loops" } */
3 void
4 foo1 (int *s)
6 s[0] = s[1];
7 while (s[6] - s[8])
9 s[6] -= s[8];
10 if (s[8] || s[0])
12 s[3] += s[0];
13 s[4] += s[1];
15 s[7]++;