https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=135718

Andrey A. Chernov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Andrey A. Chernov <[email protected]> ---
The patch assumes that sizeof(long) % sizeof(int) == 0 everywhere.
Machine-independent code should not have such assumption.
There must be two completely separated calculation, one for int and one for
long. I.e. current code for long must be duplicated for int.
Then final pass should be added to determine which version wins (if equal, long
first).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to