[Nasm-bugs] [Bug 3392691] New: Preprocess only does not write warnings or errors

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Fri Jul 3 04:22:58 PDT 2020


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

            Bug ID: 3392691
           Summary: Preprocess only does not write warnings or errors
           Product: NASM
           Version: 2.15 (development)
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: jadoxa at yahoo.com.au
                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

Preprocess only mode (-e/-E) doesn't output %warning or %error messages.  This
looks to have been introduced with 2.15.

-----------------------------------------------------
N:\>type test.nsm
%macro tst 0.nolist
  %warning tst warning
  %error tst error
%endm

tst

%warning test warning
%error test error

N:\>nasm-2.14.03rc2\nasm -e test.nsm
%line 5+1 ../test.nsm

../test.nsm:6: warning: (tst:1) tst warning [-w+user]
../test.nsm:6: error: (tst:2) tst error


../test.nsm:8: warning: test warning [-w+user]
../test.nsm:9: error: test error

N:\>nasm-2.15.02rc2\nasm -e test.nsm

N:\>
-----------------------------------------------------

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