https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107985
--- Comment #5 from Aldy Hernandez <aldyh at gcc dot gnu.org> --- (In reply to Andrew Macleod from comment #4) > the gimple_range_op_handler constructor should check the operands for > supported types as well before setting m_valid. > > There is also a ripple effect in gimple_ranger::prefill_stmt_dependencies > where the assumption is that a supported LHS must ave a handler. Heh heh. I saw the ripple effect when I tried a quick fix, hence why I left it alone and went back to my vacation. Thanks for taking care of this.