mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
Currently we strip newlines from files on read and write procedures for better diff output, but as being pointed by hpa@ this makes quite inconvenient to work with tests in a manual mode. Thus lets left outputs as is. We have to update all tests with template outputs since by default output streams are ending with newline. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
17 lines
1.4 KiB
Plaintext
17 lines
1.4 KiB
Plaintext
./travis/test/imm64.asm:24: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:24: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:25: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:26: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:27: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:27: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:28: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:28: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:52: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:52: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:53: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:54: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:55: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:55: warning: dword data exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:56: warning: signed dword immediate exceeds bounds [-w+number-overflow]
|
|
./travis/test/imm64.asm:56: warning: dword data exceeds bounds [-w+number-overflow]
|