https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120407
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=109299 Status|WAITING |UNCONFIRMED --- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So what it seems like it is pulling in more of libstdc++.a than before. Maybe due to inlining differences. We could revert the change for 12 branch. Note I suspect GCC 15 and 16 are ok though due to how branches to unreachable are now skipped over for inlining heurstics. Did you see this size increase without an artificial testcase? I am still trying to figure out how important it is to revert the patch or not.