https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117119
--- 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:d3904a3ad9d7b4c8e5e536e5166b89548510fd48 commit r15-6849-gd3904a3ad9d7b4c8e5e536e5166b89548510fd48 Author: Richard Biener <rguent...@suse.de> Date: Mon Jan 13 09:12:23 2025 +0100 tree-optimization/117119 - ICE with int128 IV in dataref analysis Here's another fix for a missing check that an IV value fits in a HIW. It's originally from Stefan. PR tree-optimization/117119 * tree-data-ref.cc (initialize_matrix_A): Check whether an INTEGER_CST fits in HWI, otherwise return chrec_dont_know. * gcc.dg/torture/pr117119.c: New testcase. Co-Authored-By: Stefan Schulze Frielinghaus <stefa...@linux.ibm.com>