Searched refs:GCC_VERSION (Results 1 – 2 of 2) sorted by relevance
33 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro36 #if defined(__clang__) || GCC_VERSION >= 40700
121 #if GCC_VERSION >= 40303 in MakeExecutable()