]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update OpenACC version to 2.6
authorJulian Brown <julian@codesourcery.com>
Wed, 9 Jan 2019 11:41:04 +0000 (03:41 -0800)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Fri, 12 May 2023 18:13:44 +0000 (19:13 +0100)
libgomp/
* libgomp.texi: Update mentions of OpenACC version to 2.6.  Update
section numbers to match version 2.6 of the spec.

libgomp/ChangeLog.omp
libgomp/libgomp.texi

index de2d60ded7d7f2afb9b262008b56b7f25712f8b6..9da1249de1bbf5cb62660a48afb149023fdedfa7 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-09  Julian Brown  <julian@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
 
        * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c:
index dc6b4aca38b2e9c9494685494ccb043ecbd10bbd..d976c2901b1f71d657fc05d0b9709c70f6509920 100644 (file)
@@ -2522,6 +2522,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.
@@ -3782,7 +3785,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.