https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113415

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This might fail the same way:
```
void
foo(void)
{
  unsigned long bitint0[64];
lab:
  __asm__ goto("" : "=r"(bitint0) : : : lab);
}
```

Reply via email to