OSDN Git Service

2008-11-03 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Nov 2008 06:44:47 +0000 (06:44 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Nov 2008 06:44:47 +0000 (06:44 +0000)
commitfe5c28d2a7f2755a5571819c6a55c16ff3a3e182
tree38c4f22cc0df72560dabf9a32280ae9e19eced9d
parentd29a1ab5c0f85e613d581a091a251e57c6f3f8cf
2008-11-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37445
* resolve.c (resolve_actual_arglist ): Correct comparison of
FL_VARIABLE with e->expr_type.
(resolve_call): Check that host association is correct.
(resolve_actual_arglist ): Remove return is old_sym is use
associated.  Only reparse expression if old and new symbols
have different types.

PR fortran/PR35769
* resolve.c (gfc_resolve_assign_in_forall): Change error to a
warning.

2008-11-03  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37445
* gfortran.dg/host_assoc_call_3.f90: New test.
* gfortran.dg/host_assoc_call_4.f90: New test.
* gfortran.dg/host_assoc_function_4.f90: New test.

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