testsuite: Revert to the original version of pr100056.c
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / bb-slp-pr97746.c
blobc5a615d1253f9f1ad8d42dd005a1d7b3aa271cb0
1 /* { dg-do compile } */
3 int a, b;
4 short c;
6 extern void f (short*);
8 void d()
10 short e[2] = {0, 0};
11 while (a)
13 f(e);
14 int g = 0 || a, h = 8 && c;
15 short i = c;
16 c = h & g;
17 if (b)
18 b = g || i;