From 310fe80babe04ccb7d2e15c8fca7dc98180701a8 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 21 Oct 2020 14:38:44 +0200 Subject: [PATCH] Fortran: class.c - update vtable comment gcc/fortran/ PR fortran/45516 * class.c: Add _deallocate to the vtable documentation comment. --- gcc/fortran/class.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/fortran/class.c b/gcc/fortran/class.c index dfa48400712..5677d920239 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. */ -- 2.30.2