]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)
authorDaniel Kraft <d@domob.eu>
Sun, 30 Aug 2009 08:26:38 +0000 (10:26 +0200)
committerDaniel Kraft <domob@gcc.gnu.org>
Sun, 30 Aug 2009 08:26:38 +0000 (10:26 +0200)
commit26ef2b4293ed8aa1d1cea04015d6d06dce5fd9d5
treea54c588fffd2ceebd2ab2fa64e58b480a2adb719
parent79f60dbcdafe5f356dc7d0a0c6acb3a17d96a17f
re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)

2009-08-30  Daniel Kraft  <d@domob.eu>

PR fortran/37425
* dump-parse-tree.c (show_typebound_proc): Renamed from `show_typebound'
and accept gfc_typebound_proc and name instead of the symtree, needed
for intrinsic operator output.
(show_typebound_symtree): New method calling `show_typebound_proc'.
(show_f2k_derived): Output type-bound operators also.
(show_symbol): Moved output of `Procedure bindings:' label to
`show_f2k_derived'.
* gfortran.texi (Fortran 2003 status): Mention support of
array-constructors with explicit type specification, type-bound
procedures/operators, type extension, ABSTRACT types and DEFERRED.
Link to Fortran 2003 wiki page.
(Fortran 2008 status): Fix typo.  Link to Fortran 2008 wiki page.
* gfc-internals.texi (Type-bound Procedures): Document the new
members/attributes of gfc_expr.value.compcall used for type-bound
operators.
(Type-bound Operators): New section documenting their internals.

From-SVN: r151224
gcc/fortran/ChangeLog
gcc/fortran/dump-parse-tree.c
gcc/fortran/gfc-internals.texi
gcc/fortran/gfortran.texi