r128325 - in /trunk/gcc: fortran/ChangeLog fort...
pault@gcc.gnu.org
pault@gcc.gnu.org
Mon Sep 10 07:54:00 GMT 2007
Author: pault
Date: Mon Sep 10 07:54:17 2007
New Revision: 128325
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128325
Log:
2007-09-10 Paul Thomas <pault@gcc.gnu.org>
PR fortran/33370
* trans-expr.c (copyable_array_p): Add tests that expression
is a variable, that it has no subreferences and that it is a
full array.
(gfc_trans_assignment): Change conditions to suit modifications
to copyable_array_p.
2007-09-10 Paul Thomas <pault@gcc.gnu.org>
PR fortran/33370
* gfortran.dg/array_memcpy_5.f90: New test.
Added:
trunk/gcc/testsuite/gfortran.dg/array_memcpy_5.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/trans-expr.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list