mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
This is a WIP checkpoint; not all tests pass yet. More matching changes, and hopefully something much closer to what really is desired now. The number of required patterns is now much smaller. However, a lot of *changes* are needed to the patterns. Since some patterns are repeated all over the place, clean up the x86/addflags.pl script and make it able to generate macro-based common patterns; first use being the patterns for the "basic 8" arithmetic patterns. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
10 lines
764 B
Plaintext
10 lines
764 B
Plaintext
./travis/test/immwarn.asm:13: warning: word exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:21: warning: word exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:26: warning: signed byte exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:32: warning: word exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:37: warning: signed byte exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:49: warning: signed byte exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:75: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:79: warning: signed dword exceeds bounds [-w+number-overflow]
|
|
./travis/test/immwarn.asm:89: warning: signed byte exceeds bounds [-w+number-overflow]
|