* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / acc.c
bloba4a027a5fce386324bb1252b861a9e79a984de04
1 foo (a)
3 int b = a + 1;
4 int c = (short) a;
5 if (b)
6 return b;
7 return 1;