https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Aldy Hernandez <al...@gcc.gnu.org>: https://gcc.gnu.org/g:ca1e4b26c19351077db1d8e6ff1cb97f05bca79f commit r13-1825-gca1e4b26c19351077db1d8e6ff1cb97f05bca79f Author: Aldy Hernandez <al...@redhat.com> Date: Mon Jul 25 15:58:04 2022 +0200 [PR middle-end/106432] Gracefully handle unsupported type in range_on_edge A cleaner approach to fix this PR has been suggested by Andrew, which is to just return false on range_on_edge for unsupported range types. Tested on x86-64 Linux. PR middle-end/106432 gcc/ChangeLog: * gimple-range.cc (gimple_ranger::range_on_edge): Return false when the result range type is unsupported.