https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105818
Kewen Lin <linkw at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://gcc.gnu.org/piperma |https://gcc.gnu.org/piperma |il/gcc-patches/2022-June/59 |il/gcc-patches/2022-Novembe |6628.html |r/607527.html --- Comment #4 from Kewen Lin <linkw at gcc dot gnu.org> --- Filed PR108184 to avoid to use optimize_function_for_speed_p too early, fixing it can cover this exposed ICE, but IMHO this is still a separated issue, the case found on aarch64 can still show that the information on size/speed is inconsistent and this issue is worth to fixing.