https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103451
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Aldy Hernandez <al...@gcc.gnu.org>: https://gcc.gnu.org/g:f33fdda0b805ff6097f9f325d73a4b07e72170b0 commit r12-5615-gf33fdda0b805ff6097f9f325d73a4b07e72170b0 Author: Aldy Hernandez <al...@redhat.com> Date: Mon Nov 29 12:52:45 2021 +0100 Remove can_throw_non_call_exceptions special case from operator_div::wi_fold. PR tree-optimization/103451 gcc/ChangeLog: * range-op.cc (operator_div::wi_fold): Remove can_throw_non_call_exceptions special case. * tree-ssa-sink.c (sink_code_in_bb): Same. gcc/testsuite/ChangeLog: * gcc.dg/pr103451.c: New test.