0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00
Files
nasm/travis/test/imm64-o1.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

11 lines
832 B
Plaintext

./travis/test/imm64.asm:24: warning: signed dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:25: warning: dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:26: warning: dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:27: warning: signed dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:28: warning: signed dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:52: warning: signed dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:53: warning: dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:54: warning: dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:55: warning: signed dword exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:56: warning: signed dword exceeds bounds [-w+number-overflow]