https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86242
--- Comment #8 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Tue Jul 3 09:46:31 2018 New Revision: 262331 URL: https://gcc.gnu.org/viewcvs?rev=262331&root=gcc&view=rev Log: 2018-07-03 Paul Thomas <pa...@gcc.gnu.org> PR fortran/82969 PR fortran/86242 * trans-array.c (structure_alloc_comps): Do not explicitly copy procedure pointer components. 2018-07-03 Paul Thomas <pa...@gcc.gnu.org> PR fortran/82969 PR fortran/86242 * gfortran.dg/proc_ptr_50.f90: New test. Added: branches/gcc-7-branch/gcc/testsuite/gfortran.dg/proc_ptr_50.f90 Modified: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/trans-array.c branches/gcc-7-branch/gcc/testsuite/ChangeLog