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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Slightly more reduced:
```
void f() { 
 [](decltype([]{})*) {}()
}

```

Reply via email to