SVE Intrinsics: Change return type of redirect_call to gcall.
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr115537.c
blob9f7347a5f2adf03dadf428cc1cfab46c3f930466
1 /* { dg-do compile } */
2 /* { dg-additional-options "-mcpu=neoverse-v1" { target aarch64*-*-* } } */
4 char *a;
5 int b;
6 void c()
8 int d = 0, e = 0, f;
9 for (; f; ++f)
10 if (a[f] == 5)
12 else if (a[f])
13 e = 1;
14 else
15 d = 1;
16 if (d)
17 if (e)
18 b = 0;