[Nasm-bugs] [Bug 3392689] ffmpeg and dav1d projects seem to have issues with new macro parsing.

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Tue Jun 30 13:06:06 PDT 2020


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

--- Comment #1 from H. Peter Anvin <hpa at zytor.com> ---
They are bugs in the project code: much further up in the code, a stray comma
is introduced.

However, there *should* be fixes in NASM that will accept them as backwards
compatibility fixes, with warnings (which get promoted to errors due to
-W+error=all in on your command line.)

Upstream firefox has fixed these bugs already as far as I know.


That being said, a few other macro-expansion bugs have recently been reported
and I have fixes available. Unfortunately repo.or.cz is currently offline, but
the nasm-2.15.xx branch at:

https://git.zytor.com/users/hpa/nasm.git

... has all the latest current fixes; any help testing would be greatly
appreciated.

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