[Nasm-bugs] [Bug 3392375] New: error parse labels accross current line of code

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Nov 26 22:13:20 PST 2016


https://bugzilla.nasm.us/show_bug.cgi?id=3392375

            Bug ID: 3392375
           Summary: error parse labels accross current line of code
           Product: NASM
           Version: unspecified
          Hardware: PC
                OS: All
            Status: OPEN
          Severity: blocker
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: ytol at qq.com
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

if label A is defined before current line and another label B is defined after
current line, then nasm will fail to compile. for example:

labelA:  db "hello, world!", 13, 0
total_len:  db labelB - labelA
labelB:

the bug occurs only in the current git master branch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Nasm-bugs mailing list