2 pr61637.c from the execute part of the gcc torture tests.
11 /* PR rtl-optimization/61673 */
18 if (x
!= 0x54 && x
!= (char) 0x87)
27 if ((c
>= 0 && c
<= 0x7f) == 0)
37 if ((c
>= 0 && c
<= 0x7f) == 0)
42 testTortureExecute (void)
44 const char c
[] = { 0x54, 0x87 };