aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-27 15:51:48 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-27 15:51:48 +0000
commitc46613563f2ae7585d3eee21fd70d77a56c051c8 (patch)
tree78c09041b2727762ad42dd004b9462aafd7c97f9 /libgomp/ChangeLog
parente9f3b6c964585958a7c8be18a832a77b6bba9c67 (diff)
Show value of GOMP_OPENACC_DIM in libgomp nvptx plugin
2017-06-27 Tom de Vries <tom@codesourcery.com> * plugin/plugin-nvptx.c (notify_var): New function. (nvptx_exec): Use notify_var for GOMP_OPENACC_DIM. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249695 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 8a82d4f5aa6..0b5ee745dfb 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,10 @@
2017-06-27 Tom de Vries <tom@codesourcery.com>
+ * plugin/plugin-nvptx.c (notify_var): New function.
+ (nvptx_exec): Use notify_var for GOMP_OPENACC_DIM.
+
+2017-06-27 Tom de Vries <tom@codesourcery.com>
+
* env.c (parse_unsigned_long_1): Factor out of ...
(parse_unsigned_long): ... here.
(parse_int_1): Factor out of ...