* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 86.c
blobdeea85ee2f45229c6c5adab2609b1151197b3c1f
1 m32 (a)
2 int *a;
4 a[1] = a[0];
7 m16 (a)
8 short *a;
10 a[1] = a[0];
14 m8 (a)
15 char *a;
17 a[1] = a[0];