../dmd/src/dmd -unittest -c -version=parallelismStressTest std/parallelism.d
std/parallelism.d(4484): Error: isNaN(X)(X x) if (isFloatingPoint!X) is not an lvalue
Meanwhile it's
std/parallelism.d(4563): Error: @safe function __unittest_L4556_C11 cannot access __gshared data poolInstance
but nontheless it doesn'r compile...
atila.neves (atilaneves) reported this on 2016-07-09T09:04:54Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=16257
CC List
Description