diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-03-30 00:16:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-03-30 00:16:29 +0000 |
commit | 65374af219f9c5c594951a07e766fe70c1136a1f (patch) | |
tree | ff4ebc2f17c4d49599d4228390aecb85b7f0fd32 /libgomp | |
parent | 8aac913adfc14959aaf43a47cfe8d30198e1ade7 (diff) | |
download | gcc-65374af219f9c5c594951a07e766fe70c1136a1f.zip gcc-65374af219f9c5c594951a07e766fe70c1136a1f.tar.gz gcc-65374af219f9c5c594951a07e766fe70c1136a1f.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 6ac3472..c7e7c23 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2021-03-29 Tobias Burnus <tobias@codesourcery.com> + + PR target/99555 + * testsuite/lib/on_device_arch.c: Move to ... + * testsuite/libgomp.c-c++-common/on_device_arch.h: ... here. + * testsuite/libgomp.fortran/on_device_arch.c: New file; + #include on_device_arch.h. + * testsuite/libgomp.c-c++-common/task-detach-6.c: #include + on_device_arch.h instead of using dg-additional-source. + * testsuite/libgomp.c/pr99555-1.c: Likewise. + * testsuite/libgomp.fortran/task-detach-6.f90: Update to use + on_device_arch.c without relative paths. + 2021-03-25 Thomas Schwinge <thomas@codesourcery.com> * plugin/plugin-gcn.c (init_environment_variables): Don't prepend |