* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr70985.c
blob17273b029a401e55d08908f19c4f2d9a2dffecd1
1 /* { dg-do compile } */
2 /* { dg-require-effective-target int32plus } */
4 struct
6 int f0:24;
7 } a, c, d;
9 int b;
11 int
12 fn1 ()
14 return 0;
17 void
18 fn2 ()
20 int e;
21 if (b)
22 for (; e;)
24 d = c;
25 if (fn1 (b))
26 b = a.f0;