diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-24 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-24 00:16:20 +0000 |
commit | 9bb403dca6e7d81f54962db87cdefb1cca1600dd (patch) | |
tree | 375602f20bdcf1462c50fb9fa76db0e6776bf67d /libgomp | |
parent | 83cc5e2b2f887d4bb2305658da382a65fdcaab29 (diff) | |
download | gcc-9bb403dca6e7d81f54962db87cdefb1cca1600dd.zip gcc-9bb403dca6e7d81f54962db87cdefb1cca1600dd.tar.gz gcc-9bb403dca6e7d81f54962db87cdefb1cca1600dd.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ab602de..ad96173 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,22 @@ +2020-07-23 Julian Brown <julian@codesourcery.com> + Thomas Schwinge <thomas@codesourcery.com> + + * target.c (gomp_unmap_vars_internal): Remove unnecessary forcing of + finalization for detach operation. + * testsuite/libgomp.oacc-c-c++-common/structured-detach-underflow.c: + New test. + +2020-07-23 Tobias Burnus <tobias@codesourcery.com> + + * configure.ac: Add OMP_DEPEND_KIND and OMP_INT128_SIZE. + * libgomp_f.h.in (omp_check_defines): Check whether + sizeof of determined Fortran kind and C typedef match. + * omp_lib.f90.in: Add omp_depened_kind. + * omp_lib.h.in: Likewise; fix omp_alloctrait_key_kind. + * configure: Regenerate. + * Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + 2020-07-22 Tobias Burnus <tobias@codesourcery.com> * testsuite/libgomp.c-c++-common/critical-hint-1.c: New; moved from |