gfortran_intrinsics_test, a Fortran77 code which demonstrates some of the intrinsic routines peculiar to the GFortran compiler.
These functions are not listed in the Fortran standard; they are in some cases commonly available in C or C++ compilers.
The information on this web page is distributed under the MIT license.
gfortran_intrinsics_test is available in a Fortran77 version and a Fortran90 version.
C_INTRINSICS, a C program which illustrates the use of intrinsic functions supplied by the C language.
CPP_INTRINSICS, a C++ program which illustrates the use of intrinsic functions supplied by the C++ language.
F77_INTRINSICS, Fortran77 programs which includes some examples of the use of intrinsic functions included with the Fortran77 standard language.
F90_INTRINSICS, Fortran90 programs which includes some examples of the use of intrinsic functions defined as part of the Fortran90 standard.
G++_INTRINSICS, a C++ program which demonstrates some of the intrinsic functions provided by the G++ compiler.
GCC_INTRINSICS, a C program which tests or demonstrates intrinsic routines provided by the GCC compiler.