diff options
author | Tobias Burnus <burnus@net-b.de> | 2010-09-30 21:49:26 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2010-09-30 21:49:26 +0200 |
commit | e9853e1c2758f593221f3b970333946e90e90fe0 (patch) | |
tree | 6988b58ed1d14925945f4a4f33665bf088a18a58 | |
parent | bb6b5461d12495403054e2a8fc7a73d753ebd90c (diff) | |
download | gcc-e9853e1c2758f593221f3b970333946e90e90fe0.zip gcc-e9853e1c2758f593221f3b970333946e90e90fe0.tar.gz gcc-e9853e1c2758f593221f3b970333946e90e90fe0.tar.bz2 |
gfortran.tex (Fortran 2008 status): Update list of implemented features.
2010-09-30 Tobias Burnus <burnus@net-b.de>
* gfortran.tex (Fortran 2008 status): Update list of
implemented features.
From-SVN: r164763
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index cb7e4e9..74a87f7 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2010-09-30 Tobias Burnus <burnus@net-b.de> + + * gfortran.tex (Fortran 2008 status): Update list of + implemented features. + 2010-09-29 Joseph Myers <joseph@codesourcery.com> * lang.opt: Don't use VarExists. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 391b6e7..69eefa5 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -980,7 +980,13 @@ transformational bit intrinsics @code{IALL}, @code{IANY} and @code{IPARITY}. @item Support for the @code{STORAGE_SIZE} intrinsic inquiry function. @item The @code{INT@{8,16,32@}} and @code{REAL@{32,64,128@}} kind type -parameters of the intrinsic module @code{ISO_FORTRAN_ENV}. +parameters and the array-valued named constants @code{INTEGER_KINDS}, +@code{LOGICAL_KINDS}, @code{REAL_KINDS} and @code{CHARACTER_KINDS} of +the intrinsic module @code{ISO_FORTRAN_ENV}. + +@item The module procedures @code{C_SIZEOF} of the intrinsic module +@code{ISO_C_BINDINGS} and @code{COMPILER_VERSION} and @code{COMPILER_OPTIONS} +of @code{ISO_FORTRAN_ENV}. @item Experimental coarray support (for one image only), use the @option{-fcoarray=single} flag to enable it. |