https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95231
--- 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:130bb4c79295487c5fc203103d80e3b754640eb4 commit r11-518-g130bb4c79295487c5fc203103d80e3b754640eb4 Author: Richard Biener <rguent...@suse.de> Date: Wed May 20 11:00:57 2020 +0200 middle-end/95231 - revert parts of PR95171 I mistook the opportunity to also "fix" the [VEC_]COND_EXPR case for PR95171 but I was wrong in that it doesn't need the fix and in the actual fix as well. The following just reverts that part. 2020-05-20 Richard Biener <rguent...@suse.de> PR middle-end/95231 * tree-inline.c (remap_gimple_stmt): Revert adjusting COND_EXPR and VEC_COND_EXPR for a -fnon-call-exception boundary. * g++.dg/other/pr95231.C: New testcase.