modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr18903.c (about) 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 */ 4 5 #ifndef NO_LABEL_VALUES 6 void g (int s, int f) 7 { 8 &&ff; 9 s = f; 10 ff: 11 goto end; 12 f = s; 13 end:; 14 } 15 #else 16 int g; 17 #endif