https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198
--- Comment #22 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Tue Mar 17 05:20:08 2015 New Revision: 221474 URL: https://gcc.gnu.org/viewcvs?rev=221474&root=gcc&view=rev Log: 2014-03-17 Paul Thomas <pa...@gcc.gnu.org> PR fortran/59198 * trans-types.c (gfc_get_derived_type): If an abstract derived type with procedure pointer components has no other type of component, return the backend_decl. Otherwise build the components if any of the non-procedure pointer components have no backend_decl. 2014-03-17 Paul Thomas <pa...@gcc.gnu.org> PR fortran/59198 * gfortran.dg/proc_ptr_comp_44.f90 : New test * gfortran.dg/proc_ptr_comp_45.f90 : New test Added: trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_44.f90 trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_45.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-types.c trunk/gcc/testsuite/ChangeLog