diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-21 00:16:54 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-07-21 00:16:54 +0000 |
commit | 92d4550991de7e0970a38939422b31e9dc07dd11 (patch) | |
tree | 7f648bc125776d45104cafbc5f54cac5c33c910a /libgomp/ChangeLog | |
parent | 4eea703e7d87b1e0b116c93782cab82c9b1e842a (diff) | |
download | gcc-92d4550991de7e0970a38939422b31e9dc07dd11.zip gcc-92d4550991de7e0970a38939422b31e9dc07dd11.tar.gz gcc-92d4550991de7e0970a38939422b31e9dc07dd11.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 8 |
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 |