https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114393
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |c++-lambda
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This might come down to:
```
template <class _Descriptor, auto t = [] { return _Descriptor();}>
inline constexpr auto __descriptor_fn_v = t;
```
being handled wrong.
