]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gfortran.tex (Fortran 2008 status): Update list of implemented features.
authorTobias Burnus <burnus@net-b.de>
Thu, 30 Sep 2010 19:49:26 +0000 (21:49 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 30 Sep 2010 19:49:26 +0000 (21:49 +0200)
2010-09-30  Tobias Burnus  <burnus@net-b.de>

        * gfortran.tex (Fortran 2008 status): Update list of
        implemented features.

From-SVN: r164763

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index cb7e4e9ae7da97ef06e9ee977e3c9a28eeabcda7..74a87f7fb3fc65f9229a73959a217a22147b9952 100644 (file)
@@ -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.
index 391b6e7d214336fb7aa50f232ea87a9446bdbcaa..69eefa5be924f6bd124cf703e706cfcde0b0f5cb 100644 (file)
@@ -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.