https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90552
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Target| |x86_64-*-*, i?86-*-* Status|UNCONFIRMED |NEW Last reconfirmed| |2019-05-21 Component|c |target Version|unknown |9.1.0 Ever confirmed|0 |1 --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. I think this is somehow a target issue, optimize == 3 and optimize_size is false. Possibly some target global state isn't re-initialized.