[LLVMbugs] [Bug 19582] New: We decide a variable is undefined too early
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 28 04:47:49 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19582
Bug ID: 19582
Summary: We decide a variable is undefined too early
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
We reject
--------------------
a:
.section foo
c = b
b:
.long a - c
-------------------
gas accepts it, which seems more in line with most other behaviour in the
assembler (evaluating expression at the end).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140428/64f5b41c/attachment.html>
More information about the llvm-bugs
mailing list