https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119166
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:c39b0d4faedd432c85ba5c737ebe9d41aad7dca1 commit r15-7943-gc39b0d4faedd432c85ba5c737ebe9d41aad7dca1 Author: Richard Biener <rguent...@suse.de> Date: Tue Mar 11 08:29:05 2025 +0100 tree-optimization/119166 - ICE with --param vect-force-slp=0 The following fixes a missing guard on slp_node in get_load_store_type. PR tree-optimization/119166 * tree-vect-stmts.cc (get_load_store_type): Guard SLP tree access.