2cdfe35e7 ^
7d6cbf290 ^
25e813b5d ^
3b7ef2288 ^
30823c1ce ^
1
2
3
4
5 6 7 8 9 10 11
12
discard """ outputsub: "Error: unhandled exception: FPU operation caused an overflow [FloatOverflowDefect]" exitcode: "1" """ # Test new floating point exceptions {.floatChecks: on.} var x = 0.8 var y = 0.0 echo x / y #OUT Error: unhandled exception: FPU operation caused an overflow