More tweaks from gimple_outgoing_range changes.
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr84404.c
blobe370f136b91f3de1f89da3f468c9b4f5ef0d704a
1 /* PR debug/84404 */
2 /* { dg-do compile { target pthread } } */
3 /* { dg-options "-O2 -ftree-parallelize-loops=2 -floop-nest-optimize -g" } */
5 int te[9];
7 void
8 dt (int cz)
10 while (cz < 1)
12 int xy;
14 for (xy = 0; xy < 9; ++xy)
15 te[xy] = 0;
17 ++cz;