| | | | --- | --- | | Bugzilla Link | [924](https://llvm.org/bz924) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.7 | | OS | All | | Blocks | llvm/llvm-project#1234 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This is a reduction from the linux kernel (gcc is happy with it, llvm-gcc isn't): void bar() { asm volatile ("xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs"); }