[Nasm-bugs] [Bug 3392622] New: incorrect source line number in case of multipass preprocesser running

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Mon Oct 14 15:17:14 PDT 2019


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

            Bug ID: 3392622
           Summary: incorrect source line number in case of multipass
                    preprocesser running
           Product: NASM
           Version: 2.14.xx
          Hardware: All
                OS: Windows
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: cosmogen at gmail.com
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

nasm incorrectly inform about the source line number in case of multipass
preprocesser running


file nasm.src.0:

nop


command1 performed: nasm nasm.src.0 -E -o nasm.dst.0

file nasm.dst.0:

%line 1+1 nasm.src.0
nop


command2 performed: nasm nasm.dst.0 -E -o nasm.dst.1

file nasm.dst.1:

%line 2+1 nasm.src.0
nop




as we see that nasm corrctly inform us about source file but source line number
unexceptable incremented

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


More information about the Nasm-bugs mailing list