On 17/01/2026 9:32 AM, confuzzled wrote:
On 1/16/26 8:47 PM, Richard (Rikki) Andrew Cattermole wrote:
Dmd's testsuite comprises tests that were added because the compiler
did the wrong thing in the past. If you cannot pass it, you do not
have a functioning D compiler.
Please point me to the exact location of this testsuite so I can attempt
to build it. Unfortunately, I upgraded to 26.2 so don't have a 15 box to
use but I believe environment variable MACOSX_DEPLOYMENT_TARGET should
allow me to build for earlier machines. I noticed that LDC is being
built on/for 10.12. What's the oldest version that DMD is trying to
support?
https://github.com/dlang/dmd/tree/master/compiler/test
Whatever is in dmd's CI is what we support.
Everything else is on a best effort basis.