• pault's avatar
    2009-06-29 Paul Thomas <pault@gcc.gnu.org> · 8d60cc46
    pault authored
    	PR fortran/40551
    	* dependency.h : Add second bool* argument to prototype of
    	gfc_full_array_ref_p.
    	* dependency.c (gfc_full_array_ref_p): If second argument is
    	present, return true if last dimension of reference is an
    	element or has unity stride.
    	* trans-array.c : Add NULL second argument to references to
    	gfc_full_array_ref_p.
    	* trans-expr.c : The same, except for;
    	(gfc_trans_arrayfunc_assign): Return fail if lhs reference
    	is not a full array or a contiguous section.
    
    2009-06-29  Paul Thomas  <pault@gcc.gnu.org>
    
    	PR fortran/40551
    	* gfortran.dg/func_assign_2.f90 : New test.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149062 138bc75d-0d04-0410-961f-82ee72b054a4
    8d60cc46
trans-expr.c 136 KB