Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr18903.c
blob3c123511297c7de7f78bf430732e4177b3192c50
1 /* We were ICEing in bsi_after_labels because
2 we had a BB which did not have a lablel.
3 PR middle-end/18903 */
5 #ifndef NO_LABEL_VALUES
6 void g (int s, int f)
8 &&ff;
9 s = f;
10 ff:
11 goto end;
12 f = s;
13 end:;
15 #else
16 int g;
17 #endif