2 pr80501.c from the execute part of the gcc torture tests.
13 /* PR rtl-optimization/80501 */
26 return foo (v
>= 0, CHAR_BIT
- 1) >= 1;
30 testTortureExecute (void)
32 #if !(defined (__GNUC__) && (__GNUC__ < 7))
33 if (sizeof (int) > sizeof (char) && bar () != 0)