2006-09-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/28908 REGRESSION FIX * gfortran.h : Restore the gfc_dt_list structure and reference to it in gfc_namespace. * resolve.c (resolve_fl_derived): Restore the building of the list of derived types for the current namespace. Modify the restored code so that a check is made to see if the symbol is already in the list. (resolve_fntype): Make sure that the specification block version of the derived type is used for a module function that returns that type. * symbol.c (gfc_free_dt_list): Restore. (gfc_free_namespace): Restore call to previous. * trans-types.c (copy_dt_decls_ifequal): Restore. (gfc_get_derived_type): Restore all the paraphenalia for association of derived types, including calls to previous. Modify the restored code such that all derived types are built if their symbols are found in the parent namespace; not just non-module types. Add backend_decls to like derived types in sibling namespaces, as well as that of the derived type. 2006-09-05 Paul Thomas <pault@gcc.gnu.org> PR fortran/28908 * gfortran.dg/used_types_7.f90: New test. * gfortran.dg/used_types_8.f90: New test. * gfortran.dg/used_types_9.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116690 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/fortran/ChangeLog 23 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/gfortran.h 14 additions, 0 deletionsgcc/fortran/gfortran.h
- gcc/fortran/resolve.c 29 additions, 1 deletiongcc/fortran/resolve.c
- gcc/fortran/symbol.c 23 additions, 132 deletionsgcc/fortran/symbol.c
- gcc/fortran/trans-types.c 75 additions, 2 deletionsgcc/fortran/trans-types.c
- gcc/testsuite/ChangeLog 7 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/used_types_7.f90 39 additions, 0 deletionsgcc/testsuite/gfortran.dg/used_types_7.f90
- gcc/testsuite/gfortran.dg/used_types_8.f90 46 additions, 0 deletionsgcc/testsuite/gfortran.dg/used_types_8.f90
- gcc/testsuite/gfortran.dg/used_types_9.f90 36 additions, 0 deletionsgcc/testsuite/gfortran.dg/used_types_9.f90
Loading
Please register or sign in to comment