1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* We were ICEing in bsi_after_labels because we had a BB which did not have a lablel. PR middle-end/18903 */ #ifndef NO_LABEL_VALUES void g (int s, int f) { &&ff; s = f; ff: goto end; f = s; end:; } #else int g; #endif