https://issues.dlang.org/show_bug.cgi?id=18515

--- Comment #8 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5f4d97ce92f7715d71dc53724ae655f3060c542b
issue 18515: Fix it so that neither g++ nor CC is required.

It was previously fixed so that cc is used if CC isn't set when
compiling dmd, but the test suite still had g++ hardcoded, so if the
system was set up with clang and not gcc, the dmd test suite barfed
midway through. This fixes it so that it uses c++ if CC isn't set
instead of using g++.

https://github.com/dlang/dmd/commit/77b3d453a49f908e0e09e192852c198dc4c3787f
Merge pull request #8012 from wilzbach/fix-win32-64-stable

[stable] issue 18515: Fix it so that neither g++ nor CC is required.

--

Reply via email to