Fortran: class.c - update vtable comment
authorTobias Burnus <tobias@codesourcery.com>
Wed, 21 Oct 2020 12:38:44 +0000 (14:38 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 21 Oct 2020 12:38:44 +0000 (14:38 +0200)
gcc/fortran/
PR fortran/45516
* class.c: Add _deallocate to the vtable documentation
comment.

gcc/fortran/class.c

index dfa484007120307c43fe14e48d3e4bdf32fe03fd..5677d920239f97a1f988faceb22ef6e590b36d6b 100644 (file)
@@ -49,6 +49,8 @@ along with GCC; see the file COPYING3.  If not see
     * _copy:     A procedure pointer to a copying procedure.
     * _final:    A procedure pointer to a wrapper function, which frees
                 allocatable components and calls FINAL subroutines.
+    * _deallocate: A procedure pointer to a deallocation procedure; nonnull
+                only for a recursive derived type.
 
    After these follow procedure pointer components for the specific
    type-bound procedures.  */