aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 6af6968..d1daeb8 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,11 @@
+2021-07-20 Thomas Schwinge <thomas@codesourcery.com>
+
+ PR target/101484
+ * configure.tgt [amdgcn*-*-*] (XCFLAGS): Add
+ '-Wno-error=array-bounds'.
+ * config/gcn/team.c: Remove '-Werror=array-bounds' work-around.
+ * libgomp.h [__AMDGCN__]: Likewise.
+
2021-07-19 Thomas Schwinge <thomas@codesourcery.com>
PR target/101484