Commit bc7a2337 by Tobias Burnus Committed by Tobias Burnus

class.c (finalize_component): Fixes to the comment.

2012-09-03  Tobias Burnus  <burnus@net-b.de>

        * class.c (finalize_component): Fixes to the comment.

From-SVN: r190870
parent 8e54f139
2012-09-03 Tobias Burnus <burnus@net-b.de>
* class.c (finalize_component): Fixes to the comment.
2012-09-03 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com> 2012-09-03 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
Tobias Burnus <burnus@net-b.de> Tobias Burnus <burnus@net-b.de>
......
...@@ -720,8 +720,8 @@ has_finalizer_component (gfc_symbol *derived) ...@@ -720,8 +720,8 @@ has_finalizer_component (gfc_symbol *derived)
/* Call DEALLOCATE for the passed component if it is allocatable, if it is /* Call DEALLOCATE for the passed component if it is allocatable, if it is
neither allocatable nor a pointer but has a finalizer, call it. If it neither allocatable nor a pointer but has a finalizer, call it. If it
is a nonpointer component with allocatable or finalizes components, walk is a nonpointer component with allocatable components or has finalizers, walk
them. Either of the is required; other nonallocatables and pointers aren't them. Either of them is required; other nonallocatables and pointers aren't
handled gracefully. handled gracefully.
Note: If the component is allocatable, the DEALLOCATE handling takes care Note: If the component is allocatable, the DEALLOCATE handling takes care
of calling the appropriate finalizers, coarray deregistering, and of calling the appropriate finalizers, coarray deregistering, and
......
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