[LLVMbugs] [Bug 924] NEW: Unsupported inline assembly statement
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 26 11:41:28 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=924
Summary: Unsupported inline assembly statement
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
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");
}
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list