[LLVMbugs] [Bug 15944] New: x86 asm parser rejects valid 'out 4, al'
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Thu May  9 14:18:21 PDT 2013
    
    
  
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: unassignedbugs at nondot.org
          Reporter: matthewbg at google.com
                CC: chad.rosier at gmail.com, grosbach at apple.com,
                    llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130509/9e51ac0c/attachment.html>
    
    
More information about the llvm-bugs
mailing list