mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
We start reporting overflow in float-points which we previously missed. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
6 lines
No EOL
563 B
Text
6 lines
No EOL
563 B
Text
./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] |