https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65953
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |INVALID --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Looks like a Mono bug to me. mono_jit_tls isn't __attribute__((used)), and the compiler determines it is a write-only variable (doesn't know the asm uses it). Wonder why they use asm at all for this...