https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95859
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |marxin at gcc dot gnu.org Last reconfirmed| |2020-06-24 Component|rtl-optimization |ipa Status|UNCONFIRMED |WAITING Keywords| |missed-optimization --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Hmm, from the compiler explorer link it looks like the functions are called with runtime values so whether the assertion holds is not known. Now the question is why we don't inline them. We need preprocessed source to investigate.