0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00
Files
nasm/travis/test/immwarn.stderr
H. Peter Anvin c9457d42a6 WIP checkpoint: more matching changes, starting to work on patterns
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>
2024-08-11 21:28:57 -07:00

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]