diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-08 00:17:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-08 00:17:20 +0000 |
commit | 8c5b136583494532dcf43c213a9fb4ed0d9f6ecd (patch) | |
tree | 69829a3292600ef67145c617c35ff6aee00dba7b /libgomp | |
parent | e73a307f5027aeb124fa824621ad980aa983931b (diff) | |
download | gcc-8c5b136583494532dcf43c213a9fb4ed0d9f6ecd.zip gcc-8c5b136583494532dcf43c213a9fb4ed0d9f6ecd.tar.gz gcc-8c5b136583494532dcf43c213a9fb4ed0d9f6ecd.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f924aee..7b355b9 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2023-06-07 Thomas Schwinge <thomas@codesourcery.com> + Tobias Burnus <tobias@codesourcery.com> + + * testsuite/libgomp.c-c++-common/target-present-1.c: Run code + also for non-offload_device targets; check that it runs + successfully for those and for all until a checkpoint for all + * testsuite/libgomp.c-c++-common/target-present-2.c: Likewise. + * testsuite/libgomp.c-c++-common/target-present-3.c: Likewise. + * testsuite/libgomp.fortran/target-present-1.f90: Likewise. + * testsuite/libgomp.fortran/target-present-3.f90: Likewise. + * testsuite/libgomp.fortran/target-present-2.f90: Likewise; + add missing vars to map clause. + 2023-06-06 Tobias Burnus <tobias@codesourcery.com> * plugin/plugin-gcn.c (GOMP_OFFLOAD_get_num_devices): Regard |