https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116905
--- Comment #3 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:60fa7f51c84f042af70a3feea14236c102d6a9c2 commit r15-3987-g60fa7f51c84f042af70a3feea14236c102d6a9c2 Author: Richard Biener <rguent...@suse.de> Date: Tue Oct 1 11:22:17 2024 +0200 tree-optimization/116905 - ICE with bogus range ops The following avoids querying ranges of vector entities. PR tree-optimization/116905 * tree-vect-stmts.cc (supportable_indirect_convert_operation): Fix guard for vect_get_range_info. * gcc.dg/pr116905.c: New testcase.