Also check type being cast to
commit5612aa4d06594166c0ee848dc733bb9458c1bdbf
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 9 Jun 2023 14:17:59 +0000 (9 10:17 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Fri, 9 Jun 2023 16:31:20 +0000 (9 12:31 -0400)
tree2acb5e5caf73b748f35194189c7cb63914c92034
parentc570818b436fde04bbb86755601c741711fd72a0
Also check type being cast to

before casting into an irange, make sure the type being cast into
is also supported.

PR ipa/109886
* ipa-prop.cc (ipa_compute_jump_functions_for_edge): Check param
type as well.
gcc/ipa-prop.cc