1 /* PR rtl-optimization/83363 */
3 /* { dg-options "-O2 -fno-forward-propagate" } */
8 static unsigned short __attribute__ ((noinline
, noclone
))
14 a
>>= (unsigned char) x
== 0;
22 asm volatile ("" : : : "memory");
23 if (foo (3) != (unsigned short) (3 * (unsigned char) ~0))