aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2019-07-06 21:58:01 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2019-07-06 21:58:01 +0000
commit8d54bfe2765e79efd9ea0a22e7a25ef8d9a609fd (patch)
treef449bacab0614115cf88a2c0da01eea7ade1ee8d /libgomp/ChangeLog
parenta0110ad7085ec9b646e434992e3ff916729c517d (diff)
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@273169 138bc75d-0d04-0410-961f-82ee72b054a4
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.