2007-04-23 Paul Thomas <pault@gcc.gnu.org>
commit752e69df9faf8f26c0dccec65e68d7448283c0da
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2007 15:13:48 +0000 (23 15:13 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2007 15:13:48 +0000 (23 15:13 +0000)
treecd69678252d64187f28421f356008d5cce4dce95
parent9f3445353f18c85d5480d2bb0b027756db96ed27
2007-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31630
* resolve.c (resolve_symbol): Allow resolution of formal
namespaces nested within formal namespaces coming from modules.

PR fortran/31620
* trans-expr.c (gfc_trans_assignment): Make the call to
gfc_trans_zero_assign conditional on the lhs array ref being
the only reference.

2007-04-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31630
* gfortran.dg/used_types_17.f90: New test.

PR fortran/31620
* gfortran.dg/zero_array_components_1.f90: New test.

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