testsuite: Revert to the original version of pr100056.c
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / bb-slp-pr97709.c
blob56ec0f6bda7722880f5a9a6fbf10c5ebeffae3ac
1 /* { dg-do compile } */
3 int a;
4 struct b {
5 int c;
6 int d;
7 };
8 void k (struct b);
9 struct b
10 e()
12 void *f[] = {&&g, &&h, &&i, &&j};
13 int d, c;
15 goto *(void*)(__INTPTR_TYPE__)a;
17 d = 0;
19 c = 1;
20 goto *(void*)(__INTPTR_TYPE__)a;
23 struct b b = {c, d};
24 k(b);