[Nasm-bugs] [Bug 3392376] New: struct definition will cause compile error - git master head

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Fri Dec 2 01:50:16 PST 2016


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

            Bug ID: 3392376
           Summary: struct definition will cause compile error - git
                    master head
           Product: NASM
           Version: 2.12.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          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

the below code failed to compile,

        STRUC my_struc
                .value:      resd 1
        ENDSTRUC

        mov ax, my_struc.value

if struct definition is at the bottom of file, there's no such problem.

-- 
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