Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr92241-2.c
blob41a57604d1ab1134d44f4c80fab95ba88faba720
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ftree-vectorize" } */
4 int ze, r2;
5 int i0[2];
7 void
8 np (int ch)
10 while (ch < 1)
12 if (i0[ch] != 0)
13 ze = r2 = ch;
15 ++ch;