2 20120808-1.c from the execute part of the gcc torture suite.
12 unsigned char *volatile cp
;
13 unsigned char d
[32] = { 0 };
16 testTortureExecute (void)
18 #ifndef __SDCC_pdk14 // Lack of memory
19 unsigned char c
[32] = { 0 };
20 unsigned char *p
= d
+ i
;
22 for (j
= 0; j
< 30; j
++)
28 case 1: x
^= 2; break;
29 case 2: x
^= 4; break;
30 case 25: x
^= 1; break;