https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98150
--- Comment #1 from Nick Krempel <ndkrempel at gmail dot com> --- The following slightly simpler code also repros the issue: int main() { []()noexcept(({constexpr int&&x=1;})); }
ndkrempel at gmail dot com via Gcc-bugs Fri, 04 Dec 2020 16:34:40 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98150
--- Comment #1 from Nick Krempel <ndkrempel at gmail dot com> --- The following slightly simpler code also repros the issue: int main() { []()noexcept(({constexpr int&&x=1;})); }