https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124895
ktkachov at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktkachov at gcc dot gnu.org
--- Comment #8 from ktkachov at gcc dot gnu.org ---
(In reply to Soumya AR from comment #4)
> I compiled SPEC2017 and saw 0 codegen differences after moving the pass
> above pass_free_cfg. Same with GCC bootstrap.
>
> I also ran a GCC bootstrap with --enable-checking=all and that came clean as
> well so I think moving the pass up should be safe.
>
> I'll push the fix for GCC17 then?
Makes sense to me, but please post the patch to gcc-patches for review and
archival as per the usual process