2 pr47148.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/47148 */
13 static inline unsigned
14 bar (unsigned x
, unsigned y
)
22 static unsigned a
= 1, b
= 1;
25 foo (unsigned char x
, unsigned y
)
29 unsigned c
= (0x7000U
/ (x
- 2)) ^ a
;
30 unsigned d
= bar (a
, a
);
31 b
&= ((a
- d
) && (a
- 1)) + c
;
35 testTortureExecute (void)
39 if (b
&& ((unsigned char) -1) == 255)