------- Comment #10 from pault at gcc dot gnu dot org  2010-03-02 11:58 -------
Subject: Bug 43173

Author: pault
Date: Tue Mar  2 11:58:02 2010
New Revision: 157163

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157163
Log:
2010-03-02  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/43180
        * trans-array.c (gfc_conv_array_parameter): A full array of
        derived type need not be restricted to a symbol without an
        array spec to use the call to gfc_conv_expr_descriptor.

        PR fortran/43173
        * trans-array.c (gfc_conv_array_parameter): Contiguous refs to
        allocatable arrays do not need temporaries.

2010-03-02  Paul Thomas  <pa...@gcc.gnu.org>

        PR fortran/43180
        * gfortran.dg/internal_pack_10.f90: New test.

        PR fortran/43173
        * gfortran.dg/internal_pack_11.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/internal_pack_10.f90
    trunk/gcc/testsuite/gfortran.dg/internal_pack_11.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/testsuite/ChangeLog


-- 


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

Reply via email to