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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 49649
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49649&action=edit
gcc11-pr97954.patch

Untested fix.  Normal jumps including conditional jumps are ignored by the
routine, because they have as SET_DEST (pc) and (pc) has VOIDmode.
Similarly, asm goto with multiple outputs is ok, as it will fail the single_set
check.

Reply via email to