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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|wrong-code                  |

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Wrong-code makes no sense, our implementation is valid.  taskyield is just an
optimization hint that we could schedule some other task, but without untied
task that doesn't make much sense, the constraints on what other task can be
scheduled are pretty tight in that case.

Reply via email to