r221474 - in /trunk/gcc: fortran/ChangeLog fort...
pault@gcc.gnu.org
pault@gcc.gnu.org
Tue Mar 17 05:20:00 GMT 2015
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 <pault@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 <pault@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
More information about the Gcc-cvs
mailing list