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/56867] Missing temporary with string array assignment


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

--- Comment #10 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Sat Jan 24 21:30:15 2015
New Revision: 220085

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

    PR fortran/56867
    * trans-array.c (gfc_conv_resolve_dependencies):  Also check
    dependencies when there may be substrings of character arrays.

2015-01-24  Thomas Koenig  <tkoenig@gcc.gnu.org>

    PR fortran/56867
    * gfortran.dg/dependency_45.f90:  New test.


Added:
    branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/dependency_45.f90
Modified:
    branches/gcc-4_8-branch/gcc/fortran/ChangeLog
    branches/gcc-4_8-branch/gcc/fortran/trans-array.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


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