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/57023] [4.8/4.9/5 Regression] Not packing arrays with changing variable used for size


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57023

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Wed Jan 21 19:40:54 2015
New Revision: 219963

URL: https://gcc.gnu.org/viewcvs?rev=219963&root=gcc&view=rev
Log:
2015-01-21  Thomas Koenig  <tkoenig@netcologne.de>

    PR fortran/57023
    * dependency.c (callback_dummy_intent_not_int):  New function.
    (dummy_intent_not_in):  New function.
    (gfc_full_array_ref_p):  Use dummy_intent_not_in.

2015-01-21  Thomas Koenig  <tkoenig@netcologne.de>

    PR fortran/57023
    * gfortran.dg/internal_pack_15.f90:  New test.


Added:
    trunk/gcc/testsuite/gfortran.dg/internal_pack_15.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/dependency.c
    trunk/gcc/testsuite/ChangeLog


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