Commit fabe41e4 by Tobias Burnus Committed by Tobias Burnus

gfortran.texi: Bump copyright year.

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
parent 51a9af17
2012-01-09 Tobias Burnus <burnus@net-b.de> 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 PR fortran/51578
* gfortran.h (gfc_use_list): * gfortran.h (gfc_use_list):
* match.h (gfc_use_module): Rename to ... * match.h (gfc_use_module): Rename to ...
......
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename gfortran.info @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 @include gcc-common.texi
...@@ -795,8 +795,13 @@ override type-bound procedures or to have deferred binding. ...@@ -795,8 +795,13 @@ override type-bound procedures or to have deferred binding.
@item Polymorphic entities (``@code{CLASS}'') for derived types -- including @item Polymorphic entities (``@code{CLASS}'') for derived types -- including
@code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}. @code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}.
Note that the support for array-valued polymorphic entities is incomplete Note that unlimited polymophism is currently not supported.
and 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. @item The @code{ASSOCIATE} construct.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment