https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127245
--- Comment #5 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:6307c8dcb33a391daeafd03e7239f41affde5648 commit r17-3991-g6307c8dcb33a391daeafd03e7239f41affde5648 Author: Richard Biener <[email protected]> Date: Tue Sep 8 12:04:40 2026 +0200 tree-optimization/127245 - fix another ICE in vect_create_constant_vectors There's a mismatch in the node checked (oops) in vect_slp_analyze_node_operations causing a later ICE. PR tree-optimization/127245 * tree-vect-slp.cc (vect_slp_analyze_node_operations): Check whether child passes vect_get_num_copies_for_invariant. * gcc.dg/vect/vect-pr127245.c: New testcase.
