https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95171
--- Comment #4 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:fe168751c5c1c517c7c89c9a1e4e561d66b24663 commit r11-451-gfe168751c5c1c517c7c89c9a1e4e561d66b24663 Author: Richard Biener <rguent...@suse.de> Date: Mon May 18 08:51:23 2020 +0200 middle-end/95171 - inlining of trapping compare into non-call EH fn This fixes always-inlining across -fnon-call-exception boundaries for conditions which we do not allow to throw. 2020-05-18 Richard Biener <rguent...@suse.de> PR middle-end/95171 * tree-inline.c (remap_gimple_stmt): Split out trapping compares when inlining into a non-call EH function. * gcc.dg/pr95171.c: New testcase.