* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / cmb.c
blob1fd946182ba93e59e111f96c15fa9824438c3b12
1 foo (p1, p2)
2 short p1, *p2;
4 int a;
5 return (int) p1 + (int) *p2;