https://gcc.gnu.org/g:facd61f0b57f20a01d35eb8b7abeae11c2e18371
commit facd61f0b57f20a01d35eb8b7abeae11c2e18371 Author: Thomas Schwinge <tschwi...@baylibre.com> Date: Thu Jul 3 17:00:05 2025 +0200 ChangeLog.omp bump Diff: --- gcc/DATESTAMP.omp | 2 +- gcc/testsuite/ChangeLog.omp | 8 ++++++++ libgomp/ChangeLog.omp | 11 +++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp index aaa22e3d56a0..695297928f69 100644 --- a/gcc/DATESTAMP.omp +++ b/gcc/DATESTAMP.omp @@ -1 +1 @@ -20250617 +20250703 diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index 1684f7a388cf..a7ea0dbeb794 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,11 @@ +2025-07-03 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-07-03 Thomas Schwinge <tschwi...@baylibre.com> + + * c-c++-common/gomp/omp_get_num_devices_initial_device.c: Fix. + * gfortran.dg/gomp/omp_get_num_devices_initial_device.f90: Likewise. + 2025-06-06 Tobias Burnus <tbur...@baylibre.com> Backported from master: diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index d05b30381fbb..689cfbf963d4 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,14 @@ +2025-07-03 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2025-06-03 Jakub Jelinek <ja...@redhat.com> + + PR libgomp/120444 + * testsuite/libgomp.c-c++-common/omp_target_memset-3.c (test_it): + Change ptr argument type from void * to int8_t *. + (main): Change ptr variable type from void * to int8_t * and cast + omp_target_alloc result to the latter type. + 2025-06-17 Tobias Burnus <tbur...@baylibre.com> Backported from master: