From: Julian Brown Date: Wed, 9 Jan 2019 11:41:04 +0000 (-0800) Subject: Update OpenACC version to 2.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9f5e0c687190a90c0999abc455111604af3b4e;p=thirdparty%2Fgcc.git Update OpenACC version to 2.6 libgomp/ * libgomp.texi: Update mentions of OpenACC version to 2.6. Update section numbers to match version 2.6 of the spec. --- diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index de2d60ded7d7..9da1249de1bb 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,8 @@ +2019-01-09 Julian Brown + + * libgomp.texi: Update mentions of OpenACC version to 2.6. Update + section numbers to match version 2.6 of the spec. + 2019-01-30 Thomas Schwinge * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index c10d0cbb6a1d..8e4ecd9f0558 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -2375,6 +2375,9 @@ Generally, they are available only for the host, with the exception of @code{acc_on_device}, which is available for both the host and the acceleration device. +This list has not yet been updated for the OpenACC specification in +version 2.6. + @menu * acc_get_num_devices:: Get number of devices for the given device type. @@ -3635,7 +3638,7 @@ Function for library registration. @chapter OpenACC Environment Variables The variables @env{ACC_DEVICE_TYPE} and @env{ACC_DEVICE_NUM} -are defined by section 4 of the OpenACC specification in version 2.0. +are defined by section 4 of the OpenACC specification in version 2.6. The variable @env{ACC_PROFLIB} is defined by section 4 of the OpenACC specification in version 2.6. The variable @env{GCC_ACC_NOTIFY} is used for diagnostic purposes.