[Issue 788] Compiler rejects hex floats in the format: HexPrefix HexDigits . HexDigits(opt) with binary-exponent-part required

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 7 04:34:26 PDT 2015


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

--- Comment #4 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/fda62efe0f526e8272dfcc47a4cc7c68f5419569
Ignore real pad in core.internal.convert unittest

Change unittest to ignore any pad bytes in a floating point type because
those bits are undefined. Fixes test part of ldc issue #788.

--


More information about the Digitalmars-d-bugs mailing list