libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr97838.c
blob06ec0358f6e7673745b5b4b37e60c53e2e6f6bae
1 /* { dg-do compile } */
3 int a, b, c, d;
5 void f() {
6 while (c++) {
7 int e = -1;
8 d = a ? e / a : e;
9 b ^= ~d;