https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64734
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Jan 23 18:30:51 2015 New Revision: 220054 URL: https://gcc.gnu.org/viewcvs?rev=220054&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: branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/pr64734.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/omp-low.c branches/gcc-4_9-branch/libgomp/ChangeLog