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/78298] ICE in lookup_decl_in_outer_ctx, bei omp-low.c:4115


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Nov 28 17:31:37 2016
New Revision: 242926

URL: https://gcc.gnu.org/viewcvs?rev=242926&root=gcc&view=rev
Log:
        PR fortran/78298
        * tree-nested.c (convert_local_reference_stmt): After adding
        shared (FRAME.NN) clause to omp parallel, task or target,
        add it also to all outer omp parallel, task or target constructs.

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

Added:
    trunk/gcc/testsuite/gfortran.dg/gomp/pr78298.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-nested.c

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