dlangBugzillaToGithub / migration_test

0 stars 0 forks source link

std.parallelism stress tests don't compile #994

Open dlangBugzillaToGithub opened 8 years ago

dlangBugzillaToGithub commented 8 years ago

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

../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
dlangBugzillaToGithub commented 4 years ago

bugzilla commented on 2019-12-17T12:37:17Z

Meanwhile it's 

std/parallelism.d(4563): Error: @safe function __unittest_L4556_C11 cannot access __gshared data poolInstance

but nontheless it doesn'r compile...