mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: nasm-t -- Update floatb test
We start reporting overflow in float-points which we previously missed. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
dfb164b73c
commit
405556ff69
@ -6,7 +6,8 @@
|
||||
"source": "floatb.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "floatb.bin" }
|
||||
{ "output": "floatb.bin" },
|
||||
{ "stderr": "floatb.stderr" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
6
travis/test/floatb.stderr
Normal file
6
travis/test/floatb.stderr
Normal file
@ -0,0 +1,6 @@
|
||||
./travis/test/floatb.asm:51: warning: overflow in floating-point constant [-w+float-overflow]
|
||||
./travis/test/floatb.asm:52: warning: overflow in floating-point constant [-w+float-overflow]
|
||||
./travis/test/floatb.asm:53: warning: overflow in floating-point constant [-w+float-overflow]
|
||||
./travis/test/floatb.asm:54: warning: overflow in floating-point constant [-w+float-overflow]
|
||||
./travis/test/floatb.asm:55: warning: overflow in floating-point constant [-w+float-overflow]
|
||||
./travis/test/floatb.asm:56: warning: overflow in floating-point constant [-w+float-overflow]
|
Loading…
Reference in New Issue
Block a user