https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107994
--- 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:845b514e8a150447ba041294586af76a6ac05158 commit r13-4828-g845b514e8a150447ba041294586af76a6ac05158 Author: Richard Biener <rguent...@suse.de> Date: Wed Dec 21 12:27:58 2022 +0100 middle-end/107994 - ICE after error with comparison gimplification The following avoids passing down error_mark_node to fold_convert. PR middle-end/107994 * gimplify.cc (gimplify_expr): Catch errorneous comparison operand.