https://gcc.gnu.org/g:a50132622513b6fed99c557c12ffb1b60f60cc6b
commit r15-10987-ga50132622513b6fed99c557c12ffb1b60f60cc6b Author: GCC Administrator <[email protected]> Date: Thu Mar 19 00:18:54 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 12 ++++++++++++ libgomp/ChangeLog | 7 +++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c38ccf863a25..e7774d3a8824 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260318 +20260319 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1864eee8e236..65ab4d62759d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,15 @@ +2026-03-18 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-17 Christopher Albert <[email protected]> + + PR fortran/120286 + * trans-openmp.cc (gfc_is_class_pointer_type): New helper. + (gfc_omp_clause_copy_ctor): Unwrap saved descriptors before + deciding whether privatization should preserve only pointer + association. Handle scalar class pointers on that path too. + (gfc_omp_clause_dtor): Likewise. + 2026-03-16 Christopher Albert <[email protected]> Backported from master: diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a1ff72fcdde3..b3020d6e052d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2026-03-18 Christopher Albert <[email protected]> + + Backported from master: + 2026-03-17 Christopher Albert <[email protected]> + + * testsuite/libgomp.fortran/pr120286.f90: New test. + 2025-12-11 Frank Scheiner <[email protected]> Backported from master:
