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/66385] [4.9/5/6 Regression] ICE: FORALL writing multiple elements of one array


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

--- Comment #7 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Author: tkoenig
Date: Sun Jun 14 10:08:00 2015
New Revision: 224465

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

        PR fortran/66385
        Backport from trunk
        * frontend-passes.c (combine_array_constructor): Return early if
        inside a FORALL loop.

2015-06-14  Thomas Koenig  <tkoenig@gcc.gnu.org>

        PR fortran/66385
        * gfortran.dg/forall_17.f90:  New test.



Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/forall_17.f90
Modified:
    branches/gcc-5-branch/gcc/fortran/ChangeLog
    branches/gcc-5-branch/gcc/fortran/frontend-passes.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


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