SVE Intrinsics: Change return type of redirect_call to gcall.
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr59519-2.c
blob13db9616bdfdfc366d4938d5d3b6280b5cd3d41d
1 /* PR tree-optimization/59519 */
2 /* { dg-do compile } */
3 /* { dg-additional-options "-O3" } */
5 struct S { int f0; } d;
6 int a[8] = { 0 }, b, c, e;
8 void
9 foo (void)
11 for (; e < 1; e++)
12 for (b = 0; b < 7; b++)
14 c |= (a[b + 1] != 0);
15 if (d.f0)
16 break;