https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90793
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|c++ |inline-asm Resolution|--- |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- āiā An immediate integer operand (one with constant value) is allowed. This includes symbolic constants whose values will be known only at assembly time or later. With fPIC, the constant is not known at link time at all; it is only known at load time.