https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118077
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |117668 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=117668 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #4) > (In reply to Andrew Pinski from comment #2) > > It is more closely related to PR 117665 I am now convinced myself the issue is fully PR 117668 and not really a bug in EVRP/prop engine. The call was already `!stmt_can_make_abnormal_goto` which meant it was not cleaned up earlier which should have happened during einline. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117668 [Bug 117668] fold_marked_statements in tree-inline.cc does not purge the abnormal edges after folding