aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-22 11:07:44 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-22 11:07:44 +0000
commit597dadfd27c2f3f2fb090c0df57e968598a925b6 (patch)
tree257a365be187c6f2b4ab9487ccac0ebebb429907 /libgomp/ChangeLog
parenta12409f6aaed09136628eb88b716829e25ff3ff4 (diff)
Backported from mainline
2017-05-22 Jakub Jelinek <jakub@redhat.com> PR middle-end/80853 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE as last argument to build_outer_var_ref for pointer bases of array section reductions. * testsuite/libgomp.c/pr80853.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@249504 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 86a1ee8a9b1..ba2d72b118e 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,11 @@
+2017-06-22 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from mainline
+ 2017-05-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/80853
+ * testsuite/libgomp.c/pr80853.c: New test.
+
2017-05-05 Jakub Jelinek <jakub@redhat.com>
Backported from mainline