2015-03-10 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Mar 2015 19:39:05 +0000 (19:39 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Mar 2015 19:39:05 +0000 (19:39 +0000)
commit6cb7d18f626255743e566b3b9a79810afa98b014
tree0221006f58a79ee652d8b698c5ec3d634a53c2a3
parent2ed7acc3505bbfed6a80787cf2537e212ff2bbe2
2015-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65024
* trans-expr.c (gfc_conv_component_ref): If the component
backend declaration is missing and the derived type symbol is
available in the reference, call gfc_build_derived_type.

2015-03-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/65024
* gfortran.dg/unlimited_polymorphic_23.f90: New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221334 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/unlimited_polymorphic_23.f90 [new file with mode: 0644]