https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124649
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[16 Regression] ICE during |ICE during RTL
|RTL cprop_hardreg |cprop_hardreg
Known to work|15.2.1 |
Keywords| |ice-checking
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
gcc_checking_assert (ordered_p (outer_prec, inner_prec));
Was your GCC 15 was configured with --enable-checking=yes?
If not then the ICE would not have showed up.
So this might not be a GCC 16 only regression. So removing the regression
marker for now.