aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-10-21 14:38:44 +0200
committerTobias Burnus <tobias@codesourcery.com>2020-10-21 14:38:44 +0200
commit310fe80babe04ccb7d2e15c8fca7dc98180701a8 (patch)
tree020b908cada3b5b66ef3673fc1ee39de774e999e /gcc/fortran
parentd94093013877cde3dce5c243099ad54668849400 (diff)
downloadgcc-310fe80babe04ccb7d2e15c8fca7dc98180701a8.zip
gcc-310fe80babe04ccb7d2e15c8fca7dc98180701a8.tar.gz
gcc-310fe80babe04ccb7d2e15c8fca7dc98180701a8.tar.bz2
Fortran: class.c - update vtable comment
gcc/fortran/ PR fortran/45516 * class.c: Add _deallocate to the vtable documentation comment.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/class.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/class.c b/gcc/fortran/class.c
index dfa4840..5677d92 100644
--- a/gcc/fortran/class.c
+++ b/gcc/fortran/class.c
@@ -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. */