https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121444
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #5) > 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. I think I have this implemented. So it fixes this issue and PR 121438; part of the patch also fixes PR 121394 (going to extract that off as a first patch) and have the second patch for this one/PR121438.