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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced almost all the way:
```
void g() {
  [](auto) {
    []<int>() {
      ({
        struct __attribute__FMT_COMPILE_STRING {};
      });
    };
  }(1);
}
```

Reply via email to