openmp: Fix signed/unsigned warning
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / bb-slp-60.c
blob52643bfd75ad62942674045a8098a051ea0901cd
1 /* { dg-do compile } */
3 enum { a = 1, b };
4 float *c, *e;
5 float d, h;
6 int f, g;
7 void i()
9 float j = h;
10 for (; g;)
11 for (; f; f++)
13 c[a] = j * d;
14 c[b] = h * d;
15 j = 0;
16 h = e[2];