middle-end: copy STMT_VINFO_STRIDED_P when DR is replaced [PR116956]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr91145.c
blob7d62ad11fafada198c8381b665cc7f653f24ad1d
1 /* { dg-do compile } */
2 /* { dg-additional-options "-march=skylake-avx512" { target x86_64-*-* i?86-*-* } } */
4 int a, c;
5 unsigned b, e;
6 extern unsigned d[100];
8 void f()
10 for (int g = 0; g < 70; g++)
13 b += d[g] - c;
14 e -= g ^ a;