]> 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>
Tue, 21 Jun 2022 13:11:14 +0000 (14:11 +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 c10d0cbb6a1d8817dea11e761a0d7b085225c6ea..8e4ecd9f0558b13e2c92c0637858f86e0ef0f145 100644 (file)
@@ -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.