OSDN Git Service

2009-01-10 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jan 2009 00:11:18 +0000 (00:11 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Jan 2009 00:11:18 +0000 (00:11 +0000)
commit6f307f34caf822fc639694d65be16f0d24c40d2e
treeb072b2ba7152e78d40188108776d2150ce04ea35
parente4a4d1984de74bb848f10d5c973136f903ecb908
2009-01-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38765
* 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-10  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38765
* gfortran.dg/host_assoc_function_6.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143237 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/host_assoc_function_6.f90 [new file with mode: 0644]