rt_gccstream/gcc/testsuite/gcc.dg/pr16973.c

13 lines
218 B
C

/* We were removing the label "a" because
we were removing the BB for it but forgot
to add back the label. */
/* { dg-options "" } */
void
f (void)
{
static __SIZE_TYPE__ x = &&a - &&b;
a : b : return;
}