https://issues.dlang.org/show_bug.cgi?id=13548 --- Comment #2 from Илья Ярошенко <ilyayaroshenko at gmail.com> --- Probably this is reduced example for FreeBSD_32 and Win32: ---- double two = 2.0; assert(sqrt(two) == sort(2.0)); ---- --