https://bugs.llvm.org/show_bug.cgi?id=39344

Tim Northover <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED

--- Comment #1 from Tim Northover <[email protected]> ---
The C++ standard requires the range to be smaller than the largest
representable value so that low & high pair is invalid. From
[rand.dist.uni.real]p2:

    "Requires: a ≤ b and b − a ≤ numeric_limits<RealType>::max()."

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to