[Issue 16373] gcc 6.1.1 compatibility

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Aug 10 14:28:47 PDT 2016


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

--- Comment #1 from hsteoh at 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

--


More information about the Digitalmars-d-bugs mailing list