https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102554
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-10-04 Summary|[10/11/12 Regression] |[10/11 Regression] Inlining |Inlining missed at -O3 with |missed at -O3 with |non-default |non-default |--param=early-inlining-insn |--param=early-inlining-insn |s and pragma optimize |s and pragma optimize Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to Richard Biener from comment #1) > I suspect that the optimize() attribute resets the param value to its > default. Yes, it's fixed on master with g:r12-4038-g6de9f0c13b27c343. > > Martin - can you investigate / bisect? Sure, it started with r10-4944-g1e83bd7003e03160. I tend closing that as fixed, what do you think Richi?