* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr82875.c
blob4360ebcfe78f048e9757d7b82ee1748834d9898c
1 /* PR middle-end/82875 */
3 signed char a;
4 unsigned b;
5 long c, d;
6 long long e;
8 void
9 foo (void)
11 short f = a = 6;
12 while (0)
13 while (a <= 7)
15 for (;;)
17 lab:
18 while (c <= 73)
20 e = 20;
21 d ? (a %= c) * (e *= a ? f : b) : 0;
23 goto lab;