diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-26 00:17:08 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-11-26 00:17:08 +0000 |
commit | d769c5040874bf9546f2524f3f1d2a894165f92a (patch) | |
tree | a11e54418c77b3adf07ed450d232abd31faf10f5 /libgomp | |
parent | 309e2d95e3b930c6f15c8a5346b913158404c76d (diff) | |
download | gcc-d769c5040874bf9546f2524f3f1d2a894165f92a.zip gcc-d769c5040874bf9546f2524f3f1d2a894165f92a.tar.gz gcc-d769c5040874bf9546f2524f3f1d2a894165f92a.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 490f093..afb0fad9 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,22 @@ +2022-11-25 Sandra Loosemore <sandra@codesourcery.com> + + * testsuite/lib/libgomp.exp: Load scanoffloadipa.exp library. + * testsuite/libgomp.c/target-simd-clone-1.c: New. + * testsuite/libgomp.c/target-simd-clone-2.c: New. + * testsuite/libgomp.c/target-simd-clone-3.c: New. + +2022-11-25 Tobias Burnus <tobias@codesourcery.com> + + * plugin/plugin-nvptx.c (GOMP_OFFLOAD_load_image): Use unsigned int + for 'i' to match 'fn_entries'; regard absent GOMP_REV_OFFLOAD_VAR + as valid and the code having no reverse-offload code. + * testsuite/libgomp.c-c++-common/reverse-offload-2.c: New test. + +2022-11-25 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (OpenMP Implementation Status): Add three 5.1 items + and status for Technical Report (TR) 11. + 2022-11-21 Tobias Burnus <tobias@codesourcery.com> * config/gcn/libgomp-gcn.h (struct output): |