diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-21 00:17:52 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-10-21 00:17:52 +0000 |
commit | 47a6ae56584f5e3caaac74e158b77bf1c4fdd774 (patch) | |
tree | 42c0fb98a108061dad18a6b2bef186bd2635d79c /libgomp | |
parent | ecb20df4fa6d99daa635c7fb662dc0554610777e (diff) | |
download | gcc-47a6ae56584f5e3caaac74e158b77bf1c4fdd774.zip gcc-47a6ae56584f5e3caaac74e158b77bf1c4fdd774.tar.gz gcc-47a6ae56584f5e3caaac74e158b77bf1c4fdd774.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d7d8b4e..5ebda8f 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,17 @@ +2022-10-20 Tobias Burnus <tobias@codesourcery.com> + + * testsuite/lib/libgomp.exp (check_effective_target_offload_device_gcn): + New. + * testsuite/libgomp.c-c++-common/on_device_arch.h (device_arch_gcn, + on_device_arch_gcn): New. + * testsuite/libgomp.c-c++-common/requires-4a.c: New test; copied from + requires-4.c but using heap-allocated memory. + +2022-10-20 Thomas Schwinge <thomas@codesourcery.com> + + PR target/105421 + * testsuite/libgomp.oacc-c-c++-common/private-big-1.c: New. + 2022-10-17 Thomas Schwinge <thomas@codesourcery.com> * testsuite/libgomp.c/reverse-offload-sm30.c: Fix nvptx-specific |