* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr82381.c
blob3ff2c3afd4082abfbdfa77fd05adf42c752c246a
1 /* PR tree-optimization/82381 */
2 /* { dg-do compile } */
4 signed char b, h;
5 unsigned short c, e;
6 short int d, f, g;
8 void
9 foo ()
11 if (h)
13 short a = -(d + c - b);
14 f = e - a - -d;
16 if (c)
17 g = 0;