aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-05-20 09:17:40 +0200
committerJakub Jelinek <jakub@redhat.com>2021-05-20 09:17:40 +0200
commit94fa4c67b95c12482b6087d8eef2d72f7b7ea254 (patch)
tree9ff38f86b4b294f4de1f3d6e7ab9deedee21182f /libcpp
parent2b536797f7e43c55072a3215735f5833f1d6d218 (diff)
downloadgcc-94fa4c67b95c12482b6087d8eef2d72f7b7ea254.zip
gcc-94fa4c67b95c12482b6087d8eef2d72f7b7ea254.tar.gz
gcc-94fa4c67b95c12482b6087d8eef2d72f7b7ea254.tar.bz2
openmp: Handle explicit linear clause properly in combined constructs with target [PR99928]
linear clause should have the effect of firstprivate+lastprivate (or for IVs not declared in the construct lastprivate) on outer constructs and eventually map(tofrom:) on target when combined with it. 2021-05-20 Jakub Jelinek <jakub@redhat.com> PR middle-end/99928 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_LINEAR>: For explicit linear clause when combined with target, make it map(tofrom:) instead of no clause or firstprivate. * c-c++-common/gomp/pr99928-4.c: Remove all xfails. * c-c++-common/gomp/pr99928-5.c: Likewise.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions