+2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/101535
+ * gimplify.c (omp_check_private): Properly skip ORT_TARGET_DATA
+ contexts in which decl isn't privatized and for ORT_TARGET return
+ false if decl is mapped.
+
2021-07-20 Jakub Jelinek <jakub@redhat.com>
PR target/101384
+2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/101516
+ * semantics.c (finish_omp_reduction_clause): Also call
+ complete_type_or_else and return true if it fails.
+
2021-07-20 Iain Sandoe <iain@sandoe.co.uk>
Backported from master:
+2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR middle-end/101535
+ * c-c++-common/gomp/pr101535-1.c: New test.
+ * c-c++-common/gomp/pr101535-2.c: New test.
+
+2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2021-07-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/101516
+ * g++.dg/gomp/pr101516.C: New test.
+
2021-07-20 Jakub Jelinek <jakub@redhat.com>
PR target/101384