This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33370] [4.3 Regression] Structure component arrays



------- Comment #4 from pault at gcc dot gnu dot org  2007-09-10 07:54 -------
Subject: Bug 33370

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33370


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]