Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr66793.c
blob3c9d5a2bb11937de2136b82177ac523f0dcafb05
1 /* { dg-do link } */
3 int a, b, c;
5 struct S0
7 int f1;
8 } *d;
10 void
11 fn1 (struct S0 p)
13 for (p.f1 = 0; p.f1 < 1; p.f1++)
14 c = a && b ? a && b : 1;
15 for (; c;)
19 int
20 main ()
22 struct S0 **f = &d;
23 d = 0;
24 fn1 (**f);
25 return 0;