https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118653
--- Comment #17 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:6a510dea7f3b047d0650a48e558a4911973930eb commit r15-7229-g6a510dea7f3b047d0650a48e558a4911973930eb Author: Richard Biener <[email protected]> Date: Mon Jan 27 12:53:21 2025 +0100 tree-optimization/118653 - ICE in vectorizable_live_operation The checking code didn't take into account debug uses. PR tree-optimization/118653 * tree-vect-loop.cc (vectorizable_live_operation): Also allow out-of-loop debug uses. * gcc.dg/vect/pr118653.c: New testcase.
