https://issues.dlang.org/show_bug.cgi?id=22460
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg Summary|OpenBSD: dmd |Unittest build of |auto-tester-test fails |d_do_test.d triggers |immediately |RangeError on OpenBSD --- Comment #1 from [email protected] --- The failure occurs when compiling the unittests of the test tools `d_do_test.d`. The stack trace suggests that it's a a failure in the frontend which is quite surprising. Might be a memory corruption introduced by the GC given that the unittests are built with `-lowmem`. Check whether -lowmem makes a difference, i.e. if the following succeeds: dmd -m64 -fPIC -g -i -Itools -version=NoMain -unittest tools/d_do_test.d --
