]> gcc.gnu.org Git - gcc.git/commit
Finalization depends on the expression, not on the component.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 31 May 2020 08:26:40 +0000 (10:26 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 17 Sep 2020 15:40:25 +0000 (17:40 +0200)
commitf2669bbf4de15c52b2442da7e6418d4e8866106c
tree38d4a4002599b4937174bdfcecf6039b4cc9e922
parent521e82fd9a0f64da502d50e6ecc39b2bc6c6c79f
Finalization depends on the expression, not on the component.

This patch fixes a 8/9/10/11 regression, where finalized types
were not finalized (and deallocated), which led to memory
leaks.

gcc/fortran/ChangeLog:

2020-05-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/94361
* class.c (finalize_component): Use expr->finalized instead of
comp->finalized.
* gfortran.h (gfc_component): Remove finalized member.
(gfc_expr): Add it here instead.

gcc/testsuite/ChangeLog:

2020-05-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/94361
* gfortran.dg/finalize_28.f90: Adjusted free counts.
* gfortran.dg/finalize_34.f90: Likewise.
* gfortran.dg/finalize_35.f90: New test.

(cherry picked from commit 2a0de88ccf2ecc6659b0f1e4580c1ce5cff976b3)
- [new file with mode: 0644]
gcc/fortran/class.c
gcc/fortran/gfortran.h
gcc/testsuite/gfortran.dg/finalize_28.f90
gcc/testsuite/gfortran.dg/finalize_34.f90
gcc/testsuite/gfortran.dg/finalize_35.f90 [new file with mode: 0644]
This page took 0.072124 seconds and 5 git commands to generate.