]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: fix minor frontend GMP leaks
authorHarald Anlauf <anlauf@gmx.de>
Tue, 13 Aug 2024 19:17:45 +0000 (21:17 +0200)
committerHarald Anlauf <anlauf@gmx.de>
Wed, 14 Aug 2024 16:37:04 +0000 (18:37 +0200)
commita82c4dfe52dac332e0a6f1522459d2f8548419bc
treeda67d05562f1cd95b5408e6a67fae81f629881d0
parentedb2712936368e803fd67aa520323054b2a5c5e7
Fortran: fix minor frontend GMP leaks

gcc/fortran/ChangeLog:

* simplify.cc (gfc_simplify_sizeof): Clear used gmp variable.
* target-memory.cc (gfc_target_expr_size): Likewise.
gcc/fortran/simplify.cc
gcc/fortran/target-memory.cc