Home
last modified time | relevance | path

Searched refs:compiler_version (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diso-fortran-env.def116 NAMED_FUNCTION (ISOFORTRAN_COMPILER_VERSION, "compiler_version", \
H A Dintrinsic.texi4059 compiler_version(), ' using the options ', &
4102 compiler_version(), ' using the options ', &
H A Dgfortran.info10455 compiler_version(), ' using the options ', &
10492 compiler_version(), ' using the options ', &
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diso-fortran-env.def116 NAMED_FUNCTION (ISOFORTRAN_COMPILER_VERSION, "compiler_version", \
H A DChangeLog-20101018 * 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 DChangeLog-20131483 * expr.c (check_inquiry): Add c_sizeof, compiler_version and
H A Dintrinsic.texi4055 compiler_version(), ' using the options ', &
4098 compiler_version(), ' using the options ', &
H A Dgfortran.info10135 compiler_version(), ' using the options ', &
10172 compiler_version(), ' using the options ', &
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc308 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 DFSFChangeLog.114641 with compiler_version.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c284 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 DFSFChangeLog.114641 with compiler_version.