https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121961
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
This does seem like another case that needs to be handled in the CWG2563
implementation; here the co_await calls destroy before the call to f() returns.
Hopefully the handling for a normal body exit can be adjusted to work for this
case as well?