https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108888
--- Comment #3 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:31cc5821223a096ef61743bff520f4a0dbba5872 commit r13-6296-g31cc5821223a096ef61743bff520f4a0dbba5872 Author: Richard Biener <rguent...@suse.de> Date: Thu Feb 23 11:03:03 2023 +0100 tree-optimization/108888 - call if-conversion The following makes sure to only predicate calls necessary. PR tree-optimization/108888 * tree-if-conv.cc (if_convertible_stmt_p): Set PLF_2 on calls to predicate. (predicate_statements): Only predicate calls with PLF_2. * g++.dg/torture/pr108888.C: New testcase.