https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101738
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- you are only passing the address to the inline-asm. You need to either the m constraint also or add a memory clobber.