diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-16 00:17:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-06-16 00:17:18 +0000 |
commit | 7ff793415f55fa9a92f348fecb8c75ac8acc8b87 (patch) | |
tree | 97107f5fccdc9ab5916791381fae01e73448751d /libgomp | |
parent | b6cb10af12cf869c1ae348c0e5cb2d364ef0abce (diff) | |
download | gcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.zip gcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.tar.gz gcc-7ff793415f55fa9a92f348fecb8c75ac8acc8b87.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 4835dc4..9c4da89 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,19 @@ +2023-06-15 Tobias Burnus <tobias@codesourcery.com> + + * env.c (gomp_def_allocator_envvar): New var. + (parse_allocator): Handle OpenMP 5.1 syntax. + (cleanup_env): New. + (omp_display_env): Output gomp_def_allocator_envvar + for an allocator with traits. + * libgomp.texi (OMP_ALLOCATOR, OMP_AFFINITY_FORMAT, + OMP_DISPLAY_AFFINITY): New. + * testsuite/libgomp.c/allocator-1.c: New test. + * testsuite/libgomp.c/allocator-2.c: New test. + * testsuite/libgomp.c/allocator-3.c: New test. + * testsuite/libgomp.c/allocator-4.c: New test. + * testsuite/libgomp.c/allocator-5.c: New test. + * testsuite/libgomp.c/allocator-6.c: New test. + 2023-06-14 Thomas Schwinge <thomas@codesourcery.com> * target.c (resolve_device): Align a |