https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120222
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2025-05-12 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Also fails on x86 with -m32. gcc.dg/tree-ssa/gen-vect-28.c:37:10: optimized: Inlined main_1/16 into main/14 which now has time 1393.000294 and size 19, net change of +13. I'll fixup the testcase. It's odd that we now want to inline this into the "cold" main() function?