[Nasm-bugs] [Bug 3392765] Line numbers with error/warning occurences are reported incorrectly for included files

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Sep 26 04:03:19 PDT 2021


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

RomekAtomek <romek.globescs at wp.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |romek.globescs at wp.pl

--- Comment #7 from RomekAtomek <romek.globescs at wp.pl> ---
When an error occurs, the list file is not created. You should set the "-Lp"
option.

The line number presented is not the source file's line number, but continues
the line numbering of the file in which the file is located.

This is very annoying and makes it difficult to create development tools.

Can the correct line number be presented?

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