[Bug middle-end/123986] [16 Regression] ICE in SLP
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 5 12:59:24 GMT 2026
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 <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:12e97ffdb516bae81b823a247250dc2d7ce8e566
commit r16-7325-g12e97ffdb516bae81b823a247250dc2d7ce8e566
Author: Richard Biener <rguenther@suse.de>
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.
More information about the Gcc-bugs
mailing list