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/77666] ICE in gfc_omp_clause_default_ctor, at fortran/trans-openmp.c:471


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Sep 27 07:52:28 2016
New Revision: 240522

URL: https://gcc.gnu.org/viewcvs?rev=240522&root=gcc&view=rev
Log:
        PR fortran/77666
        * trans-openmp.c (gfc_omp_private_outer_ref): Return true even for
        references to allocatable arrays.

        * gfortran.dg/gomp/pr77666.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/pr77666.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-openmp.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]