diff options
author | Tom de Vries <tom@codesourcery.com> | 2017-06-27 15:51:48 +0000 |
---|---|---|
committer | Tom de Vries <vries@gcc.gnu.org> | 2017-06-27 15:51:48 +0000 |
commit | dfb15f6bbbe2264f8836c7cc9465784e3c3d1208 (patch) | |
tree | 78c09041b2727762ad42dd004b9462aafd7c97f9 /libgomp/ChangeLog | |
parent | 22f1a03704bbb15cf766af822a17a41ac9f57121 (diff) | |
download | gcc-dfb15f6bbbe2264f8836c7cc9465784e3c3d1208.zip gcc-dfb15f6bbbe2264f8836c7cc9465784e3c3d1208.tar.gz gcc-dfb15f6bbbe2264f8836c7cc9465784e3c3d1208.tar.bz2 |
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.
From-SVN: r249695
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 8a82d4f..0b5ee74 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 ... |