Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / dot-symbol.s
blob4a38a4053242082be52939e36be547836ea919b4
1 # Historically 'as' treats '.' as a reference to the current location in
2 # arbitrary contects. We don't support this in general.
4 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
5 # RUN: FileCheck -input-file %t %s
7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
8 . = . + 8
10 # CHECK: invalid use of pseudo-symbol '.' as a label
12 .long 0