------- Comment #8 from pault at gcc dot gnu dot org 2009-01-11 13:42 ------- Subject: Bug 38763
Author: pault Date: Sun Jan 11 13:42:32 2009 New Revision: 143271 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143271 Log: 2009-01-11 Paul Thomas <pa...@gcc.gnu.org> PR fortran/38763 Backport from mainline: * target-memory.c (encode_derived): Encode NULL. PR fortran/38765 Backport from mainline: * resolve.c (check_host_association): Use the symtree name to search for a potential contained procedure, since this is the name by which it would be referenced. 2009-01-11 Paul Thomas <pa...@gcc.gnu.org> PR fortran/38763 Backport from mainline: * gfortran.dg/transfer_null_1.f90: New test. PR fortran/38765 Backport from mainline: * gfortran.dg/host_assoc_function_6.f90: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/host_assoc_function_6.f90 branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/transfer_null_1.f90 Modified: branches/gcc-4_3-branch/gcc/fortran/ChangeLog branches/gcc-4_3-branch/gcc/fortran/resolve.c branches/gcc-4_3-branch/gcc/fortran/target-memory.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38763