https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119380
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Andre Vehreschild <ve...@gcc.gnu.org>: https://gcc.gnu.org/g:f955c5b409a96bd12765680517ce583d7086c62d commit r14-11522-gf955c5b409a96bd12765680517ce583d7086c62d Author: Andre Vehreschild <ve...@gcc.gnu.org> Date: Fri Mar 21 09:13:29 2025 +0100 Fortran: Fix freeing procedure pointer components [PR119380] Backported from gcc-15. PR fortran/119380 gcc/fortran/ChangeLog: * trans-array.cc (structure_alloc_comps): Prevent freeing of procedure pointer components. gcc/testsuite/ChangeLog: * gfortran.dg/proc_ptr_comp_54.f90: New test.