diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-23 00:17:59 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-23 00:17:59 +0000 |
commit | 6cd85273071b5f137098e39e2c1eb6f923e390e0 (patch) | |
tree | 2f43770c37362d1581021c76542c6c84c568ebc2 /libgomp | |
parent | 10a7d31dd5cdb2689272b5664627daece9b154ee (diff) | |
download | gcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.zip gcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.tar.gz gcc-6cd85273071b5f137098e39e2c1eb6f923e390e0.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f87644f..9652157 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,15 @@ +2023-08-22 Francois-Xavier Coudert <fxcoudert@gmail.com> + + * testsuite/lib/libgomp.exp: Add effective target. + * testsuite/libgomp.c/simd-math-1.c: Avoid calling nonstandard + functions. + +2023-08-22 Tobias Burnus <tobias@codesourcery.com> + + * libgomp.texi (OpenMP 5.2 status): Add depobj with + destroy-var argument as 'N'. Mark defaultmap with + 'all' category as 'Y'. + 2023-08-19 Tobias Burnus <tobias@codesourcery.com> PR middle-end/111017 |