From 7c5825a781bd6551b62516b3340c5eec13cfdd4c Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer <gerald@pfeifer.com> Date: Tue, 10 Jan 2012 11:38:46 +0000 Subject: [PATCH] gfortran.texi (Fortran 2003 Status): Fix grammar. 2012-01-10 Gerald Pfeifer <gerald@pfeifer.com> * gfortran.texi (Fortran 2003 Status): Fix grammar. From-SVN: r183062 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 04c834487052..598f47c80bdb 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2012-01-10 Gerald Pfeifer <gerald@pfeifer.com> + + * gfortran.texi (Fortran 2003 Status): Fix grammar. + 2012-01-10 Tobias Burnus <burnus@net-b.de> PR fortran/51652 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 90d8b4364f88..4673a011b267 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 -- GitLab