]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/64734 (ICE at omp lowering)
authorJakub Jelinek <jakub@redhat.com>
Fri, 23 Jan 2015 18:30:51 +0000 (19:30 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 23 Jan 2015 18:30:51 +0000 (19:30 +0100)
commit9f040dcf9a6814d5c99cf9df8940844b00706b95
tree070d2b3ce5598ab6670d105e278fa1e60d8d6944
parent1f26c3e1602b987672eb04bd97ff6d3a03c10a41
re PR middle-end/64734 (ICE at omp lowering)

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.

From-SVN: r220054
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr64734.c [new file with mode: 0644]