middle-end: copy STMT_VINFO_STRIDED_P when DR is replaced [PR116956]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr81418.c
blob245861b7f3c9c9bbe6426c5cbef17589fa8f8c24
1 /* { dg-do compile } */
2 /* { dg-additional-options "-ftree-loop-optimize" } */
4 int
5 ol (int ku)
7 int zq = 0;
9 while (ku < 1)
11 int y6;
13 for (y6 = 0; y6 < 3; ++y6)
14 zq += (char)ku;
15 ++ku;
18 return zq;