[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AsmParser / exprs-invalid.s
blobdd1bac46b55d2941a6aea0cfa2567fabb4e91155
1 // RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err | FileCheck %s
2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
3 // CHECK: .section __TEXT,__text,regular,pure_instructions
4 // CHECK-ERRORS: [[@LINE+1]]:10: error: invalid octal number in '.long' directive
5 .long 80+08
7 // CHECK-ERRORS: [[@LINE+1]]:10: error: invalid hexadecimal number in '.long' directive
8 .long 80+0xzz
10 // CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.byte' directive
11 .byte 256
13 // CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.long' directive
14 .long 4e71cf69 // double floating point constant due to missing "0x"
16 // CHECK-ERRORS: [[@LINE+1]]:7: error: out of range literal value in '.word' directive
17 .word 0xfffffffff