[Nasm-bugs] [Bug 3392383] building with watcom is broken

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Feb 11 15:15:11 PST 2017


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

--- Comment #2 from H. Peter Anvin <hpa at zytor.com> ---
First of all, why Watcom?  As far as I know, there are no 32-bit platforms
supported by Watcom for which gcc doesn't generate better code (although I
don't know of a version of gcc for OS/2 which works as a cross-compiler.)

I really don't want to uglify the code like this to support a known-broken
compiler which hasn't had a release in over six years (the strange license and
the use of p4 really has made it close to impossible for it to get a developer
base.)

However, something like this patch might be okay... although I can't guarantee
it won't break in the future.  The patch is against the master branch.

In the future I expect that we will have less switch statements with 64-bit
parameters as we migrate to the new backend interface.

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