aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2017-05-24 15:23:55 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2017-05-24 15:23:55 +0200
commit318686c21a49aa7dbf6d04e510e6e513195256e3 (patch)
tree35a95fad166ea1cdbb27034040eef3e3e0b888fa /libgomp/ChangeLog
parenta67455348046637027060e225a5c022c676426b7 (diff)
downloadgcc-318686c21a49aa7dbf6d04e510e6e513195256e3.zip
gcc-318686c21a49aa7dbf6d04e510e6e513195256e3.tar.gz
gcc-318686c21a49aa7dbf6d04e510e6e513195256e3.tar.bz2
Fortran OpenACC "openacc_lib.h": acc_pcopyin, acc_pcreate
libgomp/ * openacc_lib.h (acc_pcopyin, acc_pcreate): Route to acc_present_or_copyin and acc_present_or_create procedures, respectively. * testsuite/libgomp.oacc-fortran/lib-32-1.f: Exercise these, and generally different variants of OpenACC Runtime Library functions. * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise. From-SVN: r248412
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index af8c5ca..55869d2 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,12 @@
2017-05-24 Thomas Schwinge <thomas@codesourcery.com>
+ * openacc_lib.h (acc_pcopyin, acc_pcreate): Route to
+ acc_present_or_copyin and acc_present_or_create procedures,
+ respectively.
+ * testsuite/libgomp.oacc-fortran/lib-32-1.f: Exercise these, and
+ generally different variants of OpenACC Runtime Library functions.
+ * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
+
* testsuite/libgomp.oacc-fortran/lib-32-1.f: New file.
* testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.