------- Comment #9 from pault at gcc dot gnu dot org 2005-12-29 06:18 ------- Subject: Bug 25532
Author: pault Date: Thu Dec 29 06:18:23 2005 New Revision: 109139 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109139 Log: 2005-12-29 Paul Thomas <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. The following tests were not added on the 2005-12-26 commit. PR fortran/20889 * gfortran.dg/pointer_component_type_1.f90: New test. PR fortran/25018 * gfortran.dg/initialization_1.f90: New test. PR fortran/19362 PR fortran/20244 PR fortran/20864 PR fortran/25391 * gfortran.dg/used_dummy_types_1.f90: New test. * gfortran.dg/used_dummy_types_2.f90: New test. * gfortran.dg/used_dummy_types_3.f90: New test. * gfortran.dg/used_dummy_types_4.f90: New test. * gfortran.dg/used_dummy_types_5.f90: New test. PR fortran/23152 * gfortran.dg/assumed_shape_nml.f90: New test. * gfortran.dg/assumed_size_nml.f90: New test. PR fortran/20862 PR fortran/25053 PR fortran/25063 PR fortran/25064 PR fortran/25066 PR fortran/25067 PR fortran/25068 PR fortran/25307 * gfortran.dg/io_constraints_1.f90: New test. * gfortran.dg/io_constraints_1.f90: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_shape_nml.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/assumed_size_nml.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/host_used_types_1.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/initialization_1.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/io_constraints_1.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/io_constraints_2.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/pointer_component_type_1.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_1.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_2.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_3.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_4.f90 branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_dummy_types_5.f90 Modified: branches/gcc-4_1-branch/gcc/fortran/ChangeLog branches/gcc-4_1-branch/gcc/fortran/trans-types.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25532