https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104765
Bug ID: 104765
Summary: Expression statement with a return in a
lambda-parameter-default causes segfault when called
in a different function
Product: gcc
Version
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94960
--- Comment #9 from Erich Keane ---
> But in C++20 every function is 'constexpr' now, so every function is inline
> anyway, right? Even the large functions that aren't good candidates for
> inlining (see also PR 93008). So The 'inline' keyword ha