* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / i.c
blob3bee8eacb8074569ec7edfa41d1229213f9635c1
1 ase (p)
2 short *p;
4 int a;
6 a = *p;
7 *p = a + 1;