diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-23 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-09-23 00:16:27 +0000 |
commit | 521d2711409b1af89d2d802879c2bbd716200cb6 (patch) | |
tree | 7bf3806bf9111e9ddc7721410bc889ae04ca4612 /libgomp | |
parent | 5d2d79c8d9de06dee6c7fe5782c4d4ac66463773 (diff) | |
download | gcc-521d2711409b1af89d2d802879c2bbd716200cb6.zip gcc-521d2711409b1af89d2d802879c2bbd716200cb6.tar.gz gcc-521d2711409b1af89d2d802879c2bbd716200cb6.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 0e37557..bce0bef 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,13 @@ +2020-09-22 Tobias Burnus <tobias@codesourcery.com> + + PR fortran/95654 + * testsuite/libgomp.fortran/pr66199-5.f90: Make stop codes unique. + +2020-09-22 Tom de Vries <tdevries@suse.de> + + * plugin/plugin-nvptx.c (link_ptx): Print elog if cuLinkComplete call + fails. + 2020-09-16 Nathan Sidwell <nathan@acm.org> * testsuite/libgomp.c++/udr-3.C: Add missing ctor. |