[Nasm-bugs] [Bug 3392662] nasm-2.15rc1 breaks firefox build (possibly related to 3392652?)

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Mon Jun 8 23:18:16 PDT 2020


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

--- Comment #10 from gabriele balducci <balducci at units.it> ---
(In reply to H. Peter Anvin from comment #9)

> It is in 2.15rc7; unfortunately I have not yet had a chance to test your
> test case out, but it seems suspiciously similar.

Just tested 2.15rc7 vs my attachment 411782 and it passes test-case-1, but
fails on test-case-2 with the same error message of 2.15rc{5,6}:

    ----8<----
    install:118> ./doit
    itx.asm:1102: warning: multi-line macro `ITX_MUL2X_PACK' exists, but not
taking 8 parameters [-w+macro-params-multi]
    itx.asm:297: ... from macro `WRAP_XMM' defined here
    itx.asm:1041: ... from macro `IDCT16_1D_PACKED' defined here
    itx.asm:1102: error: parser: instruction expected
    itx.asm:297: ... from macro `WRAP_XMM' defined here
    itx.asm:1041: ... from macro `IDCT16_1D_PACKED' defined here
    itx.asm:1328: warning: too many default macro parameters in macro
`WRITE_8X4' [-w+macro-defaults]
    itx.asm:1930: warning: multi-line macro `ITX_MUL2X_PACK' exists, but not
taking 8 parameters [-w+macro-params-multi]
    itx.asm:1041: ... from macro `IDCT16_1D_PACKED' defined here
    itx.asm:1930: error: label `ITX_MUL2X_PACK' inconsistently redefined
    itx.asm:1041: ... from macro `IDCT16_1D_PACKED' defined here
    itx.asm:1102: info: label `ITX_MUL2X_PACK' originally defined here
    itx.asm:1930: error: parser: instruction expected
    itx.asm:1041: ... from macro `IDCT16_1D_PACKED' defined here

    result: 1
    ---->8----

thanks a lot
ciao
-g

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