gfortran.texi: Bump copyright year.
authorTobias Burnus <burnus@net-b.de>
Mon, 9 Jan 2012 16:22:51 +0000 (17:22 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 9 Jan 2012 16:22:51 +0000 (17:22 +0100)
2012-01-09  Tobias Burnus  <burnus@net-b.de>

        * gfortran.texi: Bump copyright year.
        (Fortran 2003 Status): Update polymorphism item, add
        item for generic interface with DT name.

From-SVN: r183018

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

index a12876c287b640a35e20126b1805db86d7e8be6e..29e8cabeb7026293ff108cb677365d0061cb245a 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-09  Tobias Burnus  <burnus@net-b.de>
+
+       * gfortran.texi: Bump copyright year.
+       (Fortran 2003 Status): Update polymorphism item, add
+       item for generic interface with DT name.
+
 2012-01-09  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/51578
index aac2d908b023afa9751b05ebb4369a44aba5dbba..90d8b4364f88630258fad2e9064faedb43c8b7f2 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfortran.info
-@set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+@set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 
 @include gcc-common.texi
 
@@ -795,8 +795,13 @@ override type-bound procedures or to have deferred binding.
 
 @item Polymorphic entities (``@code{CLASS}'') for derived types -- including
 @code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}.
-Note that the support for array-valued polymorphic entities is incomplete
-and unlimited polymophism is currently not supported.
+Note that unlimited polymophism is currently not supported.
+
+@item Generic interface name, 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
+initialization are available.
 
 @item The @code{ASSOCIATE} construct.