]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/omp-low.c
re PR middle-end/64734 (ICE at omp lowering)
authorJakub Jelinek <jakub@redhat.com>
Fri, 23 Jan 2015 18:19:50 +0000 (19:19 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 23 Jan 2015 18:19:50 +0000 (19:19 +0100)
commitb8910447230acb4d7651f131174cee296e4ac66d
tree0b4fd08fad396211399dfe9c28d88e7ec0ed0eab
parent8a7261b26cd40d2d462b8d4a9a2d60089b6eb6f0
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: r220053
gcc/ChangeLog
gcc/omp-low.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr64734.c [new file with mode: 0644]