summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c78881b2b62..4d1906613f9 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,12 @@
+2015-10-29 Nathan Sidwell <nathan@codesourcery.com>
+
+ * openacc.h (enum acc_device_t): Reformat. Ensure layout
+ compatibility.
+ (enum acc_async_t): Reformat.
+ (acc_on_device): Declare compatible with builtin and provide C++
+ wrapper.
+ * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.
+
2015-10-29 Thomas Schwinge <thomas@codesourcery.com>
Cesar Philippidis <cesar@codesourcery.com>