http://llvm.org/bugs/show_bug.cgi?id=15315
Bug ID: 15315
Summary: label arithmetic not accepted in .space directive
Product: libraries
Version: 3.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM assembly language parser
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
This assembly input:
foo:
.long 1
.space .-foo
generates this error:
foo.s:3:9: error: expected absolute expression
.space .-foo
^
In other assemblers such as the GNU assembler, it works fine.
--
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