PR tree-optimization/96967 - cast label range to type of switch operand
authorAldy Hernandez <aldyh@redhat.com>
Tue, 8 Sep 2020 07:42:03 +0000 (07:42 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 8 Sep 2020 11:43:35 +0000 (13:43 +0200)
commit19b0fed7c2d3663f0f144ca8557b6af29bafa4e3
tree2c915de9b5b8119ea1c054d201a63783dd613884
parentb75863a88ececd4fcce9e3b35df8d91b82cf4fc5
PR tree-optimization/96967 - cast label range to type of switch operand

PR tree-optimization/96967
* tree-vrp.c (find_case_label_range): Cast label range to
type of switch operand.
gcc/testsuite/gcc.dg/tree-ssa/pr96967.c [new file with mode: 0644]
gcc/tree-vrp.c