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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to