https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119858
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:d88b917325546cee24a544dc05cbfbef0febfe25 commit r15-9557-gd88b917325546cee24a544dc05cbfbef0febfe25 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.