summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-22 18:54:05 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2017-05-22 18:54:05 +0000
commit2be704a8328d8b53984c5488b6ee173a2924bc6b (patch)
tree7824d1e6f2475b21c05bfc71e55b7adcb45da4f7 /libgomp/ChangeLog
parentd96999c66faa6198385f5bdfd24cd6579cc38e25 (diff)
downloadgcc-2be704a8328d8b53984c5488b6ee173a2924bc6b.tar.gz
PR middle-end/80809
* gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use GOVD_SHARED rather than GOVD_PRIVATE with it. (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE. * testsuite/libgomp.c/pr80809-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248345 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 d49420aa90e..c73683efff4 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,8 @@
2017-05-22 Jakub Jelinek <jakub@redhat.com>
+ PR middle-end/80809
+ * testsuite/libgomp.c/pr80809-1.c: New test.
+
PR middle-end/80853
* testsuite/libgomp.c/pr80853.c: New test.