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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2026-02-08
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |c
     Ever confirmed|0                           |1
           Keywords|                            |ice-on-invalid-code

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced:
```
void f() {
  __label__ lab4;
lab4:;
  void foo(void) { asm goto("" : : : : lab4); }
foo();
}
```

Reply via email to