August 10, 2016
https://issues.dlang.org/show_bug.cgi?id=16373

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Turns out the problem is that posix.mak fails to reliably detect gcc.

Propose using a small utility program that uses #ifdef __GNUC__ as a more reliable detection method:

http://nadeausoftware.com/articles/2012/10/c_c_tip_how_detect_compiler_name_and_version_using_compiler_predefined_macros#Howtodetectthecompilername

--
June 26, 2017
https://issues.dlang.org/show_bug.cgi?id=16373

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net
         Resolution|---                         |WORKSFORME

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
I can build dmd fine today with gcc (GCC) 6.3.1 20170306, so I assume this has
since been fixed.

--