[Bug c++/116327] ICE in coroutine with parameter preview on lambda with captures.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116327 --- Comment #2 from John Eivind Helset --- had to revert both changes in 066c7893eae to compile my hobby project without ICE.
[Bug c++/116327] ICE in coroutine with parameter preview on lambda with captures.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116327 --- Comment #1 from John Eivind Helset --- Created attachment 58899 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58899&action=edit Reproducer, compile with --std=c++20