https://gcc.gnu.org/g:f18809c280e8050ede2d7ef8a84f08d69104a1d2
commit r16-8959-gf18809c280e8050ede2d7ef8a84f08d69104a1d2 Author: GCC Administrator <[email protected]> Date: Sun May 24 00:19:41 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 17 +++++++++++++++++ gcc/fortran/ChangeLog | 11 +++++++++++ gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 79cae2e86857..6a2b30eeaf8a 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260523 +20260524 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 1e73f5ad1336..5b29ed43d0d6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2026-05-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-05-23 Jason Merrill <[email protected]> + + PR c++/125135 + * pt.cc (check_non_deducible_conversions): Handle LOOKUP_DEFAULTED. + +2026-05-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-05-21 Jason Merrill <[email protected]> + + PR c++/125384 + PR c++/113563 + * lambda.cc (build_capture_proxy): 'this' capture proxy is const. + 2026-05-20 Jakub Jelinek <[email protected]> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ab20ab291734..e0349069049f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,14 @@ +2026-05-23 Paul Thomas <[email protected]> + + Backported from master: + 2026-05-23 Paul Thomas <[email protected]> + + PR fortran/125391 + * trans.cc (gfc_assignment_finalizer_call): For finalization of + allocatable and pointer lhs before assignment, gfc_conv_expr + should be used with se.descriptor_only. This avoids implicit of + set_factored_descriptor_value by gfc_conv_expr_descriptor. + 2026-05-22 Tobias Burnus <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 38b49dcec1c7..f4549e6bfdf4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2026-05-23 Paul Thomas <[email protected]> + + Backported from master: + 2026-05-23 Paul Thomas <[email protected]> + + PR fortran/125391 + * gfortran.dg/pr125391.f90: New test. + +2026-05-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-05-23 Jason Merrill <[email protected]> + + PR c++/125135 + * g++.dg/cpp0x/implicit18.C: New test. + +2026-05-23 Jason Merrill <[email protected]> + + Backported from master: + 2026-05-21 Jason Merrill <[email protected]> + + PR c++/125384 + PR c++/113563 + * g++.dg/cpp0x/lambda/lambda-this23.C: New test. + 2026-05-21 Thomas Koenig <[email protected]> Backported from master:
