+2019-01-09 Julian Brown <julian@codesourcery.com>
+
+ * c-cppbuiltin.c (c_cpp_builtins): Update _OPENACC define to 201711.
+
2018-10-02 Thomas Schwinge <thomas@codesourcery.com>
Cesar Philippidis <cesar@codesourcery.com>
--- /dev/null
+2019-01-09 Julian Brown <julian@codesourcery.com>
+
+ * invoke.texi: Update mention of OpenACC version to 2.6.
+
+2019-01-09 Julian Brown <julian@codesourcery.com>
+
+ * cpp.c (cpp_define_builtins): Update _OPENACC define to 201711.
+ * gfortran.texi: Update mentions of OpenACC version to 2.6.
+ * intrinsic.texi: Likewise.
+
2018-12-13 Cesar Philippidis <cesar@codesourcery.com>
Nathan Sidwell <nathan@acm.org>
Julian Brown <julian@codesourcery.com>
+2019-01-09 Julian Brown <julian@codesourcery.com>
+
+ * c-c++-common/cpp/openacc-define-3.c: Update expected value for
+ _OPENACC define.
+ * gfortran.dg/openacc-define-3.f90: Likewise.
+
2019-01-23 Thomas Schwinge <thomas@codesourcery.com>
* c-c++-common/goacc/classify-kernels-unparallelized.c: Update.
+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.
+ * openacc.f90 (openacc_version): Update to 201711.
+ * openacc_lib.h (openacc_version): Update to 201711.
+ * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Update expected
+ openacc_version to 201711.
+ * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
+
2019-01-30 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c:
@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.
@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.