Searched refs:compiler_version (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | iso-fortran-env.def | 116 NAMED_FUNCTION (ISOFORTRAN_COMPILER_VERSION, "compiler_version", \
|
H A D | intrinsic.texi | 4059 compiler_version(), ' using the options ', & 4102 compiler_version(), ' using the options ', &
|
H A D | gfortran.info | 10455 compiler_version(), ' using the options ', & 10492 compiler_version(), ' using the options ', &
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | iso-fortran-env.def | 116 NAMED_FUNCTION (ISOFORTRAN_COMPILER_VERSION, "compiler_version", \
|
H A D | ChangeLog-2010 | 1018 * intrinsic.c (add_functions): Make compiler_version and 1054 (add_functions): Add compiler_options, compiler_version. 1058 * iso-fortran-env.def: Add compiler_options, compiler_version.
|
H A D | ChangeLog-2013 | 1483 * expr.c (check_inquiry): Add c_sizeof, compiler_version and
|
H A D | intrinsic.texi | 4055 compiler_version(), ' using the options ', & 4098 compiler_version(), ' using the options ', &
|
H A D | gfortran.info | 10135 compiler_version(), ' using the options ', & 10172 compiler_version(), ' using the options ', &
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 308 static const char *compiler_version; variable 1716 INIT_STATIC_SPEC ("version", &compiler_version), 4705 compiler_version = temp1 = xstrdup (version_string); in process_command() 7587 if (! strncmp (version_string, compiler_version, n) in print_configuration() 7588 && compiler_version[n] == 0) in print_configuration() 7593 version_string, pkgversion_string, compiler_version); in print_configuration()
|
H A D | FSFChangeLog.11 | 4641 with compiler_version.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 284 static const char *compiler_version; variable 1589 INIT_STATIC_SPEC ("version", &compiler_version), 4352 compiler_version = temp1 = xstrdup (version_string); in process_command() 6850 if (! strncmp (version_string, compiler_version, n) in print_configuration() 6851 && compiler_version[n] == 0) in print_configuration() 6856 version_string, pkgversion_string, compiler_version); in print_configuration()
|
H A D | FSFChangeLog.11 | 4641 with compiler_version.
|