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 middle-end/64734] [4.9/5 Regression] ICE at omp lowering


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jan 23 18:19:50 2015
New Revision: 220053

URL: https://gcc.gnu.org/viewcvs?rev=220053&root=gcc&view=rev
Log:
    PR middle-end/64734
    * omp-low.c (scan_sharing_clauses): Don't ignore
    OMP_CLAUSE_MAP_ZERO_BIAS_ARRAY_SECTION GOMP_MAP_POINTER clauses
    on target data/update constructs.

    * libgomp.c/pr64734.c: New test.

Added:
    trunk/libgomp/testsuite/libgomp.c/pr64734.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/libgomp/ChangeLog


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