From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 871 invoked by alias); 29 Dec 2005 06:18:52 -0000 Received: (qmail 612 invoked by alias); 29 Dec 2005 06:18:40 -0000 Date: Thu, 29 Dec 2005 06:18:00 -0000 Message-ID: <20051229061840.611.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25391] Module derived type issue In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pault at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2005-12/txt/msg02784.txt.bz2 List-Id: ------- Comment #6 from pault at gcc dot gnu dot org 2005-12-29 06:18 ------- Subject: Bug 25391 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 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 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=25391