https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127018
--- Comment #9 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:145baba2b68b7a33a12bb4812dd07c44cc3b9249 commit r17-3594-g145baba2b68b7a33a12bb4812dd07c44cc3b9249 Author: Richard Biener <[email protected]> Date: Mon Aug 24 15:10:14 2026 +0200 tree-optimization/127018 - properly schedule SLP SCCs I have realized I failed to update the SCC scheduling part for schedule verification. So this properly honors the scheduling result for SCC components and makes sure to set the result on all components to make it accessible to all possible further entries to the SCC. No test coverage yet. PR tree-optimization/127018 * tree-vect-slp.cc (vect_schedule_scc): For SCCs of multiple components update the scheduling state and propagate it to all nodes.
