Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr16973.c
blob83274a186ba620915ed743c817ace1fdde0ec514
1 /* We were removing the label "a" because
2 we were removing the BB for it but forgot
3 to add back the label. */
5 /* { dg-options "" } */
6 /* { dg-require-effective-target label_values } */
8 void
9 f (void)
11 static __SIZE_TYPE__ x = &&a - &&b;
12 a : b : return;