diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2012-01-10 11:38:46 +0000 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2012-01-10 12:38:46 +0100 |
commit | 7c5825a781bd6551b62516b3340c5eec13cfdd4c (patch) | |
tree | 31866229087c05bc727aec0357327a4680a306e9 | |
parent | 2e0bffaf8cc85cd8f5dd4a7b31ca354e0017b14e (diff) | |
download | gcc-7c5825a781bd6551b62516b3340c5eec13cfdd4c.zip gcc-7c5825a781bd6551b62516b3340c5eec13cfdd4c.tar.gz gcc-7c5825a781bd6551b62516b3340c5eec13cfdd4c.tar.bz2 |
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
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 04c8344..598f47c 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 90d8b43..4673a01 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 |