diff options
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index d97785b16b5..023ed80819d 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1387,6 +1387,11 @@ Namelist input/output for internal files. @cindex @code{VOLATILE} The @code{VOLATILE} statement and attribute. +@item +@cindex @code{IMPORT} +The @code{IMPORT} statement, allowing to import +host-associated derived types. + @end itemize |