https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100127
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code Target Milestone|--- |10.4 Ever confirmed|0 |1 Last reconfirmed| |2021-10-01 Status|UNCONFIRMED |NEW --- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> --- confirmed with the return_void() commented out that there is an ICE with master: internal compiler error: tree check: accessed operand 4 of indirect_ref with 1 operands in coro_rewrite_function_body, at cp/coroutines.cc:4220 55 | { co_return 2021; }