re PR fortran/25532 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269)
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 29 Dec 2005 06:11:21 +0000 (06:11 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 29 Dec 2005 06:11:21 +0000 (06:11 +0000)
commit486fd3c90cedb06ebe160362a9e98d1166604b9c
treef48093f6a7494da506dda25e6dfbab2cf3e92673
parentb69542f7705b3d216fe85c5562fc4e81a5d90e58
re PR fortran/25532 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269)

2005-12-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25532
* trans-types.c (copy_dt_decls_ifequal): Copy declarations for
components of derived type components by recursing into
gfc_get_derived_type.

2005-12-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/25532
*gfortran.dg/host_used_types_1.f90: Check that host associated
derived type components of derived types are properly declared
in contained procedures.

From-SVN: r109138
gcc/fortran/ChangeLog
gcc/fortran/trans-types.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/host_used_types_1.f90 [new file with mode: 0644]