Lines Matching refs:CC_VERSION_NUMBER

831 CC_VERSION_NUMBER
4988 # Must have CC_VERSION_NUMBER and CXX_VERSION_NUMBER.
5023 # be stored in CC_VERSION_NUMBER/CXX_VERSION_NUMBER (as a dotted number), and
34648 # This sets CC_VERSION_NUMBER or CXX_VERSION_NUMBER. (This comment is a grep marker)
34649 CC_VERSION_NUMBER="$COMPILER_VERSION_NUMBER"
36055 # This sets CC_VERSION_NUMBER or CXX_VERSION_NUMBER. (This comment is a grep marker)
36328 if test "x$CC_VERSION_NUMBER" != "x$CXX_VERSION_NUMBER"; then
36329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C and C++ compiler have different version numbers, $CC_VERSION_NUMBER vs $CXX_VERSION_NUMBER." >&5
36330 $as_echo "$as_me: WARNING: C and C++ compiler have different version numbers, $CC_VERSION_NUMBER vs $CXX_VERSION_NUMBER." >&2;}
36335 # We only check CC_VERSION_NUMBER since we assume CXX_VERSION_NUMBER is equal.
36336 if [[ "[$]CC_VERSION_NUMBER" =~ (.*\.){4} ]] ; then
36337 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C compiler version number has more than four parts (W.X.Y.Z): $CC_VERSION_NUMBER. Comparisons might be wrong." >&5
36338 $as_echo "$as_me: WARNING: C compiler version number has more than four parts (W.X.Y.Z): $CC_VERSION_NUMBER. Comparisons might be wrong." >&2;}
36341 if [[ "[$]CC_VERSION_NUMBER" =~ [0-9]{6} ]] ; then
36342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C compiler version number has a part larger than 99999: $CC_VERSION_NUMBER. Comparisons might be wrong." >&5
36343 $as_echo "$as_me: WARNING: C compiler version number has a part larger than 99999: $CC_VERSION_NUMBER. Comparisons might be wrong." >&2;}
36346 COMPARABLE_ACTUAL_VERSION=`$AWK -F. '{ printf("%05d%05d%05d%05d\n", $1, $2, $3, $4) }' <<< "$CC_VERSION_NUMBER"`
48134 # This sets CC_VERSION_NUMBER or CXX_VERSION_NUMBER. (This comment is a grep marker)
48256 # This sets CC_VERSION_NUMBER or CXX_VERSION_NUMBER. (This comment is a grep marker)
48272 # We only check CC_VERSION_NUMBER since we assume CXX_VERSION_NUMBER is equal.
48301 if test "x$CC_VERSION_NUMBER" != "x$CXX_VERSION_NUMBER"; then
48302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C and C++ compiler have different version numbers, $CC_VERSION_NUMBER vs $CXX_VERSION_NUMBER." >&5
48303 $as_echo "$as_me: WARNING: C and C++ compiler have different version numbers, $CC_VERSION_NUMBER vs $CXX_VERSION_NUMBER." >&2;}
48308 # We only check CC_VERSION_NUMBER since we assume CXX_VERSION_NUMBER is equal.
48309 if [[ "[$]CC_VERSION_NUMBER" =~ (.*\.){4} ]] ; then
48310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C compiler version number has more than four parts (W.X.Y.Z): $CC_VERSION_NUMBER. Comparisons might be wrong." >&5
48311 $as_echo "$as_me: WARNING: C compiler version number has more than four parts (W.X.Y.Z): $CC_VERSION_NUMBER. Comparisons might be wrong." >&2;}
48314 if [[ "[$]CC_VERSION_NUMBER" =~ [0-9]{6} ]] ; then
48315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: C compiler version number has a part larger than 99999: $CC_VERSION_NUMBER. Comparisons might be wrong." >&5
48316 $as_echo "$as_me: WARNING: C compiler version number has a part larger than 99999: $CC_VERSION_NUMBER. Comparisons might be wrong." >&2;}
48319 OPENJDK_BUILD_COMPARABLE_ACTUAL_VERSION=`$AWK -F. '{ printf("%05d%05d%05d%05d\n", $1, $2, $3, $4) }' <<< "$CC_VERSION_NUMBER"`
69002 printf "* C Compiler: Version $CC_VERSION_NUMBER (at $CC)\n"