]> git.ipfire.org Git - thirdparty/gcc.git/commit
fur_list should not use the range vector for non-ssa operands.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 31 Jul 2023 14:08:51 +0000 (10:08 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Mon, 31 Jul 2023 16:01:27 +0000 (12:01 -0400)
commitb769811e7c1b3dff2fa0ec2c37b52859d7bceed4
tree2258f614cfa60ac6ada690077ba2c0abdf38710c
parentb67c98a547757b40678c788a53fab38379f58d03
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.
gcc/gimple-range-fold.cc
gcc/testsuite/gcc.dg/pr110582.c [new file with mode: 0644]