1 /* PR tree-optimization/32772 */
8 void f1 (int, unsigned long *);
10 int f3 (int, unsigned long *);
11 int f4 (int, unsigned long *);
13 static inline __attribute__ ((always_inline
))
14 void baz (int x
, volatile struct S
*y
)
20 bar (int x
, struct S
*y
)
23 if (__builtin_constant_p (x
) ? f3 (x
, y
->bits
) : f4 (x
, y
->bits
))
25 for (n
= f2 (); n
< 8; n
= f2 ())
33 while ((y
= bar (x
, &m
)) >= 0);