]> gcc.gnu.org Git - gcc.git/commit
fortran: Remove conditionals around free()
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 7 May 2023 16:32:01 +0000 (18:32 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Mon, 8 May 2023 05:55:48 +0000 (07:55 +0200)
commitca2f64d5d08c1699ca4b7cb2bf6a76692e809e0f
tree3d98e540a5d13c63b81418d0aa8f4824aa96c137
parent2521390dd2f8e554ecccb380e0efd7aa21cd4b5f
fortran: Remove conditionals around free()

gcc/fortran/ChangeLog:

* resolve.cc (resolve_select_type): Call free() unconditionally.

libgfortran/ChangeLog:

* caf/single.c (_gfortran_caf_register): Call free() unconditionally.
* io/async.c (update_pdt, async_io): Likewise.
* io/format.c (free_format_data): Likewise.
* io/transfer.c (st_read_done_worker, st_write_done_worker): Likewise.
* io/unix.c (mem_close): Likewise.
gcc/fortran/resolve.cc
libgfortran/caf/single.c
libgfortran/io/async.c
libgfortran/io/format.c
libgfortran/io/transfer.c
libgfortran/io/unix.c
This page took 0.052954 seconds and 5 git commands to generate.