https://gcc.gnu.org/g:0e01be9d5b300f4bf74e02667ff3e335a6e4e248

commit r15-11093-g0e01be9d5b300f4bf74e02667ff3e335a6e4e248
Author: GCC Administrator <[email protected]>
Date:   Sat Apr 18 00:19:15 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 25 +++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 16 ++++++++++++++++
 3 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0f49f77bbf06..4cbd19c3434d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260417
+20260418
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index aefb76b81a73..ff86f3ebb0c6 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,28 @@
+2026-04-17  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-04-03  Paul Thomas  <[email protected]>
+
+       PR fortran/100155
+       * trans-expr.cc (gfc_add_interface_mapping): 'new_sym' dummy
+       attribute set to zero.
+       (gfc_conv_procedure_call): Deallocate allocatable components of
+       a class argument, enclosed in parentheses,wrap up the parmse
+       and proceed to the next argument.
+
+2026-04-17  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-27  Paul Thomas  <[email protected]>
+
+       PR fortran/102619
+       * trans-expr.cc (gfc_get_interface_mapping_array): Add argument
+       'assumed_rank_formal', which if true returns the descriptor in
+       'ifm'.
+       (gfc_add_interface_mapping): Detect an assumed rank formal arg
+       of a non-intrinsic function to set 'assumed_rank_formal' and
+       pass the descriptor to gfc_get_interface_mapping_array.
+
 2026-04-13  Christopher Albert  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 101e9678b8fa..697a1535bea7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2026-04-17  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-04-03  Paul Thomas  <[email protected]>
+
+       PR fortran/100155
+       * gfortran.dg/pr100155.f90: New test.
+
+2026-04-17  Paul Thomas  <[email protected]>
+
+       Backported from master:
+       2026-03-27  Paul Thomas  <[email protected]>
+
+       PR fortran/102619
+       * gfortran.dg/pr102619.f90: New test.
+
 2026-04-16  Marek Polacek  <[email protected]>
 
        Backported from master:

Reply via email to