https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110582
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Macleod <amacl...@gcc.gnu.org>: https://gcc.gnu.org/g:b769811e7c1b3dff2fa0ec2c37b52859d7bceed4 commit r14-2883-gb769811e7c1b3dff2fa0ec2c37b52859d7bceed4 Author: Andrew MacLeod <amacl...@redhat.com> Date: Mon Jul 31 10:08:51 2023 -0400 fur_list should not use the range vector for non-ssa operands. gcc/ PR tree-optimization/110582 * gimple-range-fold.cc (fur_list::get_operand): Do not use the range vector for non-ssa names. gcc/testsuite/ * gcc.dg/pr110582.c: New.