https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117095
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 59843 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59843&action=edit gcc15-pr117095.patch Untested fix. I've left out the single_set call in, because any_condjump_p returns false if pc_set is NULL, but that doesn't look solely at SET or SET inside of PARALLEL, but also some weird case of a SET inside of an UNSPEC or UNSPEC_VOLATILE used as PATTERN and I think we just don't want to handle that case (and we didn't handle it before either).