https://issues.dlang.org/show_bug.cgi?id=18515
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> --- Yes, the dmd code: https://github.com/dlang/dmd/blob/master/src/dmd/link.d#L420 shows that dmd is simply reading the CC environment variable. So it's something else that is setting CC to gcc. --
