https://gcc.gnu.org/g:3ae47782497b972051ab07724f46ae7332cfa43e
commit 3ae47782497b972051ab07724f46ae7332cfa43e Author: Paul-Antoine Arras <[email protected]> Date: Thu Dec 18 19:44:12 2025 +0100 ChangeLog.omp bump Diff: --- gcc/ChangeLog.omp | 8 ++++++++ gcc/DATESTAMP.omp | 2 +- libgomp/ChangeLog.omp | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index e058d405ca11..ccc92a6a8181 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,11 @@ +2025-12-18 Paul-Antoine Arras <[email protected]> + + Backported from master: + 2025-12-01 Paul-Antoine Arras <[email protected]> + + PR fortran/120505 + * omp-low.cc (lower_omp_target): Set GOMP_MAP_IMPLICIT flag. + 2025-10-28 Paul-Antoine Arras <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP.omp b/gcc/DATESTAMP.omp index 7b0f631f939e..0488a44f70fb 100644 --- a/gcc/DATESTAMP.omp +++ b/gcc/DATESTAMP.omp @@ -1 +1 @@ -20251105 +20251218 diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 1a7d5e32a027..c27eefb5dd9c 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,18 @@ +2025-12-18 Paul-Antoine Arras <[email protected]> + + Backported from master: + 2025-12-01 Paul-Antoine Arras <[email protected]> + + PR fortran/120505 + * target.c (gomp_map_vars_internal): Allow struct mapping from different + containing array elements as long as adresses are in increasing order. + * testsuite/libgomp.c-c++-common/map-arrayofstruct-2.c: Adjust + dg-output. + * testsuite/libgomp.c-c++-common/map-arrayofstruct-3.c: Likewise. + * testsuite/libgomp.fortran/map-subarray-5.f90: Likewise. + * testsuite/libgomp.fortran/map-subarray-10.f90: New test. + * testsuite/libgomp.fortran/map-subarray-9.f90: New test. + 2025-10-23 Andrew Stubbs <[email protected]> Backported from master:
