https://issues.dlang.org/show_bug.cgi?id=21688

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from RazvanN <[email protected]> ---
Shouldn't the second assert fail? My expectation would be that `float.max *
100` causes an overflow and therefore the value is trimmed to the size of
`float` which is a value smaller than `float.max`. Or do we guarantee that in
case of an overflow, float.infinity is seated in the variable?

--

Reply via email to