diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-08 00:16:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-08 00:16:22 +0000 |
commit | 6345c4145446ff9acc380cdef6bf83fdc3869db5 (patch) | |
tree | 9e87f2a7ca9bc22d4d5ad432a4db698fea8c8504 /libgomp | |
parent | d8ddf1fa098fa50929ea0a1569a8e38d80fadbaf (diff) | |
download | gcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.zip gcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.tar.gz gcc-6345c4145446ff9acc380cdef6bf83fdc3869db5.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7d1ee61..11d4f56 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,24 @@ +2022-07-07 Thomas Schwinge <thomas@codesourcery.com> + + * target.c (GOMP_offload_register, GOMP_offload_unregister): + Denote as legacy entry points. + * testsuite/lib/libgomp.exp + (check_effective_target_offload_target_any): New proc. + * testsuite/libgomp.c-c++-common/requires-1.c: Enable for + 'offload_target_any'. + * testsuite/libgomp.c-c++-common/requires-3.c: Likewise. + * testsuite/libgomp.c-c++-common/requires-7.c: Likewise. + * testsuite/libgomp.fortran/requires-1.f90: Likewise. + +2022-07-07 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c-c++-common/requires-4.c: Enhance testing. + * testsuite/libgomp.c-c++-common/requires-5.c: Likewise. + +2022-07-07 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c-c++-common/requires-3.c: Adjust. + 2022-07-06 Thomas Schwinge <thomas@codesourcery.com> * target.c (GOMP_offload_register_ver): Clarify 'target_data' -> |