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

            Bug ID: 15945
           Summary: Assembler crashes on invalid 'out al, 4'
           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

Found while playing around with PR15944:
$ clang -x assembler -c -o /dev/null - <<EOF
.intel_syntax noprefix
out al, 4  
EOF 
clang: include/llvm/ADT/SmallVector.h:144: const_reference
llvm::SmallVectorTemplateCommon<llvm::MCOperand, void>::operator[](unsigned
int) const [T = llvm::MCOperand]: Assertion `begin() + idx < end()' failed.

-- 
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