* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr81553.c
blobae33b169824e86eccdcf0c60e26be3226e5fac82
1 /* PR rtl-optimization/81553 */
3 int a, b, c, d;
5 void
6 foo (void)
8 d = 1 >> c >> 1;
9 b = ~(209883449764912897ULL & d) << (0 >= a) | ~d;