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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Marek Polacek from comment #1)
> Started with r14-4592:

Better testcase that does not depend on a very large size:
```
void
foo(_BitInt(128+1) a)
{
lab:
  a %= 3;
  void *p = &&lab;
  goto *p;
}
```

Reply via email to