http://llvm.org/bugs/show_bug.cgi?id=15944

            Bug ID: 15944
           Summary: x86 asm parser rejects valid 'out 4, al'
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified

At r181197:
$ clang -x assembler -c -o /dev/null - <<EOF
.intel_syntax noprefix
out 4, al
EOF
<stdin>:2:6: error: Unexpected token!
out 4, al
     ^

We accepted this as late as r179581.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to