Non-extended inline assembly statements should have asmstrings interpreted #1296
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
llvm-tools
All llvm tools that do not have corresponding tag
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");
}
The text was updated successfully, but these errors were encountered: