https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104464
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:8f8f8c68b434eb32756284dd8e80cfbdff524a20 commit r12-7132-g8f8f8c68b434eb32756284dd8e80cfbdff524a20 Author: Richard Biener <rguent...@suse.de> Date: Wed Feb 9 14:52:24 2022 +0100 middle-end/104464 - ISEL and non-call EH #2 The following adjusts the earlier change to still allow an uncritical replacement. 2022-02-09 Richard Biener <rguent...@suse.de> PR middle-end/104464 * gimple-isel.cc (gimple_expand_vec_cond_expr): Postpone throwing check to after unproblematic replacement. * gcc.dg/pr104464.c: New testcase.