https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120517
--- 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:f605165ee4baf65a46a16692e3aaa13046cbd283 commit r16-1079-gf605165ee4baf65a46a16692e3aaa13046cbd283 Author: Richard Biener <rguent...@suse.de> Date: Tue Jun 3 14:09:22 2025 +0200 tree-optimization/120517 - fix dataref group split math DR_INIT is already measured in bytes, so there's no need to multiply the DR_INIT difference of two DRs by the size of one of the DRs when comparing that difference against MAX_BITSIZE_MODE_ANY_MODE. PR tree-optimization/120517 * tree-vect-data-refs.cc (vect_analyze_data_ref_accesses): Fix math in dataref group split.