https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107897
--- 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:5894a8179687b7028d093584102d204af422cfd3 commit r13-4384-g5894a8179687b7028d093584102d204af422cfd3 Author: Richard Biener <rguent...@suse.de> Date: Tue Nov 29 08:43:55 2022 +0100 ipa/107897 - avoid property verification ICE after error The target clone pass is the only small IPA pass that doesn't disable itself after errors but has properties whose verification can fail because we cut off build SSA passes after errors. PR ipa/107897 * multiple_target.cc (pass_target_clone::gate): Disable after errors.