https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126995
--- Comment #14 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:1fd6f38b133f7c4c2b87840dae93b68e2dc03b24 commit r17-3631-g1fd6f38b133f7c4c2b87840dae93b68e2dc03b24 Author: Richard Biener <[email protected]> Date: Tue Aug 25 13:31:54 2026 +0200 tree-optimization/126995 - ICE during SLP scheduling #2 This plugs the remaining hole in the previous fix, now with test coverage. The assert needs to become a scheduling failure. PR tree-optimization/126995 * tree-vect-slp.cc (vect_schedule_slp_node): When we cannot place according to constraints for possibly trapping stmts, fail. * gcc.dg/vect/bb-slp-pr126995-2.c: New testcase.
