From: Tobias Burnus Date: Fri, 28 Jan 2011 19:47:16 +0000 (+0100) Subject: gfortran.texi (Fortran 2003 status): Mention support for nonconstant namelist variables. X-Git-Tag: releases/gcc-4.6.0~894 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5582f599f61e783867a944f192f34e6ad1b764ca;p=thirdparty%2Fgcc.git gfortran.texi (Fortran 2003 status): Mention support for nonconstant namelist variables. 2011-01-28 Tobias Burnus * gfortran.texi (Fortran 2003 status): Mention support for nonconstant namelist variables. From-SVN: r169371 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ae0b36cc9eaf..336f28ef1d02 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2011-01-28 Tobias Burnus + + * gfortran.texi (Fortran 2003 status): Mention support for + nonconstant namelist variables. + 2011-01-28 Paul Thomas Tobias Burnus diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 4f5875d8c2a3..a34d82e529dd 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -856,6 +856,9 @@ the @code{SELECTED_CHAR_KIND} and @code{NEW_LINE} intrinsic functions. @item Support for binary, octal and hexadecimal (BOZ) constants in the intrinsic functions @code{INT}, @code{REAL}, @code{CMPLX} and @code{DBLE}. +@item Support for namelist variables with allocatable and pointer +attribute and nonconstant length type parameter. + @item @cindex array, constructors @cindex @code{[...]}