https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121444
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 Keywords| |missed-optimization Last reconfirmed| |2025-08-07 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I Noticed that clang puts the cst in the mergeable sections even without increasing the alignment. Let me see if I can do that without increasing the alignment overall. Still need to do the padding for the section though. That will remove the extra alignment and even fix PR 121438 without any changes to the front-end. But this might not happen until next week.