https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124649
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=117978
Summary|[16 Regression] ICE during |[16 Regression] ICE during
|RTL cprop_hardreg |RTL cprop_hardreg since
| |r16-446
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So yes adding the check for ordered_p here is correct and that is the fix
similar to PR 120276 but in a difference place.
So mine. Also it is caused by the same commit as PR 120276
(r16-446-g210d06502f2296).