Searched full:gcc_version (Results 1 – 13 of 13) sorted by relevance
9 #define GCC_VERSION (__GNUC__ * 10000 \ macro57 #if GCC_VERSION >= 70000120 #if GCC_VERSION >= 80000135 #if GCC_VERSION < 90100
15 * compiler- and version-agnostic (e.g. avoiding GCC_VERSION checks).
5 depends on !CC_IS_CLANG && GCC_VERSION < 90100 && GCC_VERSION >= 60000
9 #ifndef GCC_VERSION10 #define GCC_VERSION (__GNUC__ * 10000 \ macro
50 def_bool !(CC_IS_GCC && GCC_VERSION < 160000)57 def_bool CC_IS_GCC && GCC_VERSION < 14020070 def_bool !(CC_IS_GCC && GCC_VERSION < 90000)633 def_bool EXPOLINE && CC_IS_GCC && GCC_VERSION >= 110200 && \
22 config GCC_VERSION config99 default y if GCC_VERSION < 110500100 default y if GCC_VERSION >= 120000 && GCC_VERSION < 120400101 default y if GCC_VERSION >= 130000 && GCC_VERSION < 130300130 default y if CC_IS_GCC && GCC_VERSION >= 130100144 default y if CC_IS_GCC && GCC_VERSION >= 150100151 default y if CC_IS_GCC && GCC_VERSION >= 160000970 default y if CC_IS_GCC && GCC_VERSION >= 90000 && GCC10_NO_ARRAY_BOUNDS
599 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
563 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
838 if (!plugin_default_version_check(version, &gcc_version)) { in plugin_init()
44 def_bool !CC_IS_GCC || GCC_VERSION >= 80300
385 depends on !RISCV || GCC_VERSION >= 1200002209 GCC_VERSION >= 120000 || CC_IS_CLANG
271 …E_OBJTOOL_MCOUNT && (!ARCH_USING_PATCHABLE_FUNCTION_ENTRY || (!CC_IS_GCC || GCC_VERSION >= 110100))