summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-07-06 23:58:01 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2019-07-06 23:58:01 +0200
commit6f67abcdb04285553226b82f689f876222f0d38b (patch)
treef449bacab0614115cf88a2c0da01eea7ade1ee8d /libgomp/ChangeLog
parent94e14f2e90e3c13894f3b1df39cd1f28f1081d3b (diff)
downloadgcc-6f67abcdb04285553226b82f689f876222f0d38b.tar.gz
omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd_scan_phase simd copy the outer var to...
* omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd_scan_phase simd copy the outer var to the privatized variable(s). For conditional lastprivate look through outer GIMPLE_OMP_SCAN context. (lower_omp_1): For conditional lastprivate look through outer GIMPLE_OMP_SCAN context. * testsuite/libgomp.c/scan-19.c: New test. * testsuite/libgomp.c/scan-20.c: New test. From-SVN: r273169
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 8ffe379f74c..107c5c9d06f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,8 @@
2019-07-06 Jakub Jelinek <jakub@redhat.com>
+ * testsuite/libgomp.c/scan-19.c: New test.
+ * testsuite/libgomp.c/scan-20.c: New test.
+
* testsuite/libgomp.c/scan-11.c: New test.
* testsuite/libgomp.c/scan-12.c: New test.
* testsuite/libgomp.c/scan-13.c: New test.