From: Gerald Pfeifer Date: Tue, 10 Jan 2012 11:38:46 +0000 (+0000) Subject: gfortran.texi (Fortran 2003 Status): Fix grammar. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c5825a781bd6551b62516b3340c5eec13cfdd4c;p=gcc.git gfortran.texi (Fortran 2003 Status): Fix grammar. 2012-01-10 Gerald Pfeifer * gfortran.texi (Fortran 2003 Status): Fix grammar. From-SVN: r183062 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 04c83448705..598f47c80bd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2012-01-10 Gerald Pfeifer + + * gfortran.texi (Fortran 2003 Status): Fix grammar. + 2012-01-10 Tobias Burnus PR fortran/51652 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 90d8b4364f8..4673a011b26 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -797,7 +797,7 @@ override type-bound procedures or to have deferred binding. @code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}. Note that unlimited polymophism is currently not supported. -@item Generic interface name, which have the same name as derived types, +@item Generic interface names, which have the same name as derived types, are now supported. This allows one to write constructor functions. Note that Fortran does not support static constructor functions. For static variables, only default initialization or structure-constructor