diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-10 00:17:49 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-10 00:17:49 +0000 |
commit | 35e324da03c53504059460d4a84059230b7d97aa (patch) | |
tree | b0891e039bc23607fc76f4168648767939f0447c /libgomp | |
parent | 955172f0d4681ab5261ea08be60ff6988fbc45aa (diff) | |
download | gcc-35e324da03c53504059460d4a84059230b7d97aa.zip gcc-35e324da03c53504059460d4a84059230b7d97aa.tar.gz gcc-35e324da03c53504059460d4a84059230b7d97aa.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 456b9ce..6260c96 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,28 @@ +2023-05-09 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c++/c++.exp: Don't set 'lang_test_file'. + * testsuite/libgomp.fortran/fortran.exp: Likewise. + * testsuite/libgomp.oacc-c++/c++.exp: Likewise. + * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise. + * testsuite/libgomp.c/c.exp: Unset 'lang_test_file_found' instead of + 'lang_test_file'. + * testsuite/libgomp.oacc-c/c.exp: Likewise. + * testsuite/libgomp.graphite/graphite.exp: Likewise. + * testsuite/lib/libgomp.exp (libgomp_target_compile): Look for + 'lang_test_file_found' instead of 'lang_test_file'. + +2023-05-09 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/lib/libgomp.exp (libgomp_init): Only use 'blddir' if + set. + * testsuite/libgomp.c++/c++.exp: Likewise. + * testsuite/libgomp.oacc-c++/c++.exp: Likewise. + +2023-05-09 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c++/c++.exp (blddir): Don't set. + * testsuite/libgomp.oacc-c++/c++.exp (blddir): Likewise. + 2023-05-08 Thomas Schwinge <thomas@codesourcery.com> * testsuite/libgomp.c++/c++.exp: Use 'lang_include_flags' instead |