https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123986
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:12e97ffdb516bae81b823a247250dc2d7ce8e566 commit r16-7325-g12e97ffdb516bae81b823a247250dc2d7ce8e566 Author: Richard Biener <[email protected]> Date: Thu Feb 5 12:26:18 2026 +0100 tree-optimization/123986 - upon SLP analysis rollback, release data The following makes sure to release any SLP kind specific data when rolling back earlier successful analysis. This avoids crashing when re-analyzing such node via another graph entry. PR tree-optimization/123986 * tree-vect-slp.cc (vect_slp_analyze_operations): When rolling back analyzed nodes, release node specific data and reset SLP_TREE_TYPE.
