Searched refs:GCC_VERSION (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >
[all...]
H A Dlibiberty.h624 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >
[all...]
H A Dlibiberty.h596 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
137 #endif /* GCC_VERSION */
174 # if GCC_VERSION >= 2007
241 #if (GCC_VERSION < 2007)
247 # if (GCC_VERSION >= 2096)
256 # if (GCC_VERSION >= 2093)
273 # if (GCC_VERSION >= 3003)
296 # if (GCC_VERSION >
[all...]
H A Dlibiberty.h306 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_assert.h38 #if (GCC_VERSION >= 2004)
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.h52 #if GCC_VERSION >= 4001
163 #if GCC_VERSION >= 3004
186 #endif /* GCC_VERSION >= 3004 */
H A Dhwint.h25 GCC_VERSION >= 3000, assume this is the second or later stage of a
31 # if GCC_VERSION >= 3000
H A Dsystem.h455 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
545 #if (GCC_VERSION > 2000)
556 #if (GCC_VERSION < 2007)
565 #if (GCC_VERSION < 3000)
642 #if (GCC_VERSION >= 3000)
H A Dvarray.c190 #if defined ENABLE_CHECKING && (GCC_VERSION >= 2007)
H A Doutput.h112 #if GCC_VERSION >= 3004 && !defined(__clang__)
H A Drtl.c481 #if defined ENABLE_RTL_CHECKING && (GCC_VERSION >= 2007)
H A Dbitmap.c539 #if GCC_VERSION < 3400
578 #if GCC_VERSION >= 3400
615 #if GCC_VERSION >= 3004
H A Ddefaults.h739 #if GCC_VERSION >= 3000 && defined IN_GCC
H A Dvarray.h216 #if defined ENABLE_CHECKING && (GCC_VERSION >= 2007)
H A Dc-tree.h644 #if GCC_VERSION >= 4001
H A Drtl.h458 #if defined ENABLE_RTL_CHECKING && (GCC_VERSION >= 2007)
591 #if defined ENABLE_RTL_FLAG_CHECKING && (GCC_VERSION >= 2007)
933 #if defined ENABLE_RTL_FLAG_CHECKING && (GCC_VERSION > 2007)
H A Dggc-page.c543 #if (GCC_VERSION < 3001)
1160 #if GCC_VERSION >= 3004
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h350 # if (!defined(__cplusplus) && (GCC_VERSION >= 2007)) \
361 #if (GCC_VERSION > 2000)
374 #if (GCC_VERSION < 3000)
399 #if (GCC_VERSION >= 3000)
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c108 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
113 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro
150 #if GCC_VERSION >= 409
171 #elif GCC_VERSION >= 403
/freebsd-11-stable/contrib/gcc/config/i386/
H A Ddriver-i386.c29 #ifdef GCC_VERSION
314 #endif /* GCC_VERSION */
/freebsd-11-stable/contrib/byacc/
H A Dconfigure1845 GCC_VERSION=none
1849 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1850 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1851 echo "$as_me:1851: result: $GCC_VERSION" >&5
1852 echo "${ECHO_T}$GCC_VERSION" >&6
4565 case $GCC_VERSION in
4567 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
4569 echo "${as_me:-configure}:4569: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
4575 case $GCC_VERSION i
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dconfigure1741 GCC_VERSION=none
1745 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1746 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1747 echo "$as_me:1747: result: $GCC_VERSION" >&5
1748 echo "${ECHO_T}$GCC_VERSION" >&6
4843 case $GCC_VERSION in
4845 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
4847 echo "${as_me:-configure}:4847: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
4853 case $GCC_VERSION i
[all...]

Completed in 269 milliseconds

12