diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-01 00:16:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-01 00:16:30 +0000 |
commit | 660bfe61d4045c7931a7c1c3a166d0a2cd199412 (patch) | |
tree | 7b2e8a800d80464a754bd49cd111aabe04d6dd7d /libgomp | |
parent | d1ac0f0dfba9d04bcf38132b3ae45db572e7f1ea (diff) | |
download | gcc-660bfe61d4045c7931a7c1c3a166d0a2cd199412.tar.gz |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ce0d06895d4..d6af0a2e800 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,12 @@ +2020-09-30 Andrew Stubbs <ams@codesourcery.com> + + * parallel.c (gomp_resolve_num_threads): Ignore nest_var on nvptx + and amdgcn targets. + +2020-09-30 Tobias Burnus <tobias@codesourcery.com> + + * testsuite/libgomp.fortran/declare-target-3.f90: New test. + 2020-09-29 Andrew Stubbs <ams@codesourcery.com> * config/gcn/bar.c (gomp_barrier_wait_end): Skip the barrier if the |