https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119858
--- Comment #2 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:1f7ac78efa622e19f38d6a45e857941b3dea1437 commit r16-19-g1f7ac78efa622e19f38d6a45e857941b3dea1437 Author: Richard Biener <rguent...@suse.de> Date: Fri Apr 18 14:52:41 2025 +0200 tree-optimization/119858 - type mismatch with POINTER_PLUS The recent PFA early-break vectorization fix left us with a POINTER_PLUS and non-sizetype offset. PR tree-optimization/119858 * tree-vect-loop.cc (vectorizable_live_operation): Convert pointer offset to sizetype.