Asm parser range checking on .<size> <value> directives.
[oota-llvm.git] / test / MC / AsmParser / exprs-invalid.s
index dc27d8043f5b2f140c3eaa5bf9974d1a458c720e..88b2a0a486bc0feb630c8e65d9d6f8cf0301fc71 100644 (file)
@@ -6,3 +6,9 @@
 
 // CHECK-ERRORS: error: invalid hexadecimal number
 .long 80+0xzz
+
+// CHECK-ERRORS: error: literal value out of range for directive
+.byte 256
+
+// CHECK-ERRORS: error: literal value out of range for directive
+.long 4e71cf69 // double floating point constant due to missing "0x"