https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117231

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
                 CC|                            |iains at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The patch extended (as required by the paper) the lifetime of all the
temporaries, so that they are destructed only at the end of the whole loop.
Most likely the coroutine code can't deal with that for some reason, but I'm
afraid I know next to nothing about coroutines.cc.
Iain, could you please have a look?

Reply via email to