libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr108314.c
blob07260e069151718c49bf29cedb8ca8b79e5c99c4
1 /* { dg-do compile } */
2 /* { dg-additional-options "-march=armv9-a" { target aarch64-*-* } } */
4 int x, y, z;
6 void f(void)
8 int t = 4;
9 for (; x; x++)
11 if (y)
12 continue;
13 t = 0;
15 z = t;