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/55072] [4.6/4.7/4.8 Regression] Missing internal_pack leads to wrong code with derived type


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

--- Comment #21 from janus at gcc dot gnu.org 2013-01-13 12:06:10 UTC ---
Author: janus
Date: Sun Jan 13 12:06:04 2013
New Revision: 195135

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195135
Log:
2013-01-13  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/55072
    * trans-array.c (gfc_conv_array_parameter): No packing was done for
    full arrays of derived type.


2013-01-13  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/55072
    * gfortran.dg/internal_pack_13.f90: New test.
    * gfortran.dg/internal_pack_14.f90: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/internal_pack_13.f90
    branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/internal_pack_14.f90
Modified:
    branches/gcc-4_7-branch/gcc/fortran/ChangeLog
    branches/gcc-4_7-branch/gcc/fortran/trans-array.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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