https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120093
--- Comment #4 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:8f1cc1ceabdac21940fa0638298d8a3b7c941d4a commit r16-2128-g8f1cc1ceabdac21940fa0638298d8a3b7c941d4a Author: Richard Biener <rguent...@suse.de> Date: Wed Jul 9 13:10:13 2025 +0200 testsuite/120093 - fix gcc.dg/vect/pr101145.c The following changes noinline to noipa to avoid having IPA-CP clones confusing the vectorized loop counting. PR testsuite/120093 * gcc.dg/vect/pr101145.c: Use noipa instead of noinline attribute.