https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119166
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Ever confirmed|0 |1
Last reconfirmed| |2025-03-10
Priority|P3 |P1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Ah, I thought I should eventually mention this ...
2710 have been set, and as such we should for now, reject them. */
2711 if (SLP_TREE_LOAD_PERMUTATION (slp_node).exists ())
of course needs slp_node &&
I'll do the trivial fix tomorrow.