9.1. Introduction to intrinsic procedures
9.1 Introduction to intrinsic procedures
The intrinsic procedures provided by GNU Fortran include all of the intrinsic procedures required by the Fortran 95 standard, a set of intrinsic procedures for backwards compatibility with G77, and a selection of intrinsic procedures from the Fortran 2003 and Fortran 2008 standards. Any conflict between a description here and a description in either the Fortran 95 standard, the Fortran 2003 standard or the Fortran 2008 standard is unintentional, and the standard(s) should be considered authoritative.
The enumeration of the KIND
type parameter is processor defined in the Fortran 95 standard. GNU Fortran defines the default integer type and default real type by INTEGER(KIND=4)
and REAL(KIND=4)
, respectively. The standard mandates that both data types shall have another kind, which have more precision. On typical target architectures supported