* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / p.c
blob465e741592a210e82f4ed90c722623bd10ba2bd9
1 foo (a, b, p)
2 short *p;
4 p[0] = a;
5 p[1] = b;