diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-14 00:18:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-14 00:18:07 +0000 |
commit | 1995a0227d2602718fd0b283a8c7050fdfc701fb (patch) | |
tree | 5bca60b441cfcc03630d7b57c512ee3d8d5865d0 /libgomp | |
parent | ff85f0afc7d5684378944f88a9bc9b931034788b (diff) | |
download | gcc-1995a0227d2602718fd0b283a8c7050fdfc701fb.zip gcc-1995a0227d2602718fd0b283a8c7050fdfc701fb.tar.gz gcc-1995a0227d2602718fd0b283a8c7050fdfc701fb.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 3ff9d25..88e88ab 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,14 @@ +2022-09-13 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/106906 + * env.c (get_icv_member_addr): Cast false to void * before assigning + it to icv_addr[1], and comment the whole assignment out. + +2022-09-13 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (gcn): Move misplaced -march=sm_30 remark to ... + (nvptx): ... here. + 2022-09-12 Tobias Burnus <tobias@codesourcery.com> * libgomp.texi (Offload-Target Specifics: nvptx): Document |