https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107736
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Keywords| |inline-asm Status|UNCONFIRMED |RESOLVED --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >- Workarounds include adding either ".text \n" or ".align 8" to the inline >asm, tho call should be made to the correct address even without them? That is NOT a workaround but the correct fix to the toplevel inline-asm. Toplevel inline-asm will be emitted without any knowledge of the current section. It could even be inside the data section or even worse the debugging info section. There is no knowledge of the current alignment in there either.