https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100163
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2021-04-20 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >relocating functions to .data segment This is more likely an assembly issue or rather an user issue. .align inside the text section uses nops but inside non-text sections uses 0s. What does GCC output -S show?