2 pr81555.c from the execute part of the gcc torture tests.
11 /* PR tree-optimization/81555 */
13 unsigned int a
= 1, d
= 0xfaeU
, e
= 0xe376U
;
23 if (e
& c
& (unsigned char)d
& c
)
28 testTortureExecute (void)
30 #if !(defined (__GNUC__) && (__GNUC__ < 7))