https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109886
--- Comment #12 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:5612aa4d06594166c0ee848dc733bb9458c1bdbf commit r14-1662-g5612aa4d06594166c0ee848dc733bb9458c1bdbf Author: Andrew MacLeod <amacl...@redhat.com> Date: Fri Jun 9 10:17:59 2023 -0400 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.