[Bug tree-optimization/65953] [5/6 Regression] undefined reference to static __thread variable
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 30 18:06:00 GMT 2015
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...
More information about the Gcc-bugs
mailing list