* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr18903.c
blob461504f611a137f2f982d3795980896a9b4e4b0d
1 /* { dg-require-effective-target label_values } */
3 /* We were ICEing in bsi_after_labels because
4 we had a BB which did not have a lablel.
5 PR middle-end/18903 */
7 void g (int s, int f)
9 &&ff;
10 s = f;
11 ff:
12 goto end;
13 f = s;
14 end:;