Only the low bytes are compared. Originally, signed 16-bit compares were optimized into signed 8-bit compares. But, the sign bits are in the high bytes; and, they're equal. Therefore, the low bytes always must be compared as unsigned numbers. Fixes #1348. |
||
---|---|---|
.. | ||
bug760.c | ||
bug1209-ind-goto-rev-2.c | ||
bug1209-ind-goto-rev-3.c | ||
bug1209-ind-goto-rev.c | ||
bug1263.c | ||
bug1265.c | ||
endless.c | ||
goto.c | ||
goto.ref | ||
limits.c | ||
limits.ref | ||
Makefile | ||
pptest2.c | ||
sitest.c |