https://gcc.gnu.org/g:05fddfd3220f7a23d8f200b8fe99897d2a43c243

commit r13-8507-g05fddfd3220f7a23d8f200b8fe99897d2a43c243
Author: GCC Administrator <[email protected]>
Date:   Sat Mar 30 00:21:05 2024 +0000

    Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3a5da16206f..5e27b15791d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240329
+20240330
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 859c1946867..728a97af0c1 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,22 @@
+2024-03-29  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2024-02-13  Harald Anlauf  <[email protected]>
+
+       PR fortran/113866
+       * trans-expr.cc (gfc_conv_procedure_call): When passing an optional
+       dummy argument to an optional dummy argument of a bind(c) procedure
+       and the dummy argument is passed via a CFI descriptor, no special
+       presence check and passing of a default NULL pointer is needed.
+
+2024-03-29  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2024-03-29  Harald Anlauf  <[email protected]>
+
+       PR fortran/50410
+       * trans-expr.cc (gfc_conv_structure): Check for NULL pointer.
+
 2024-03-28  Paul Thomas  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2dc8a3fed54..c509fd2f837 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,19 @@
+2024-03-29  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2024-02-13  Harald Anlauf  <[email protected]>
+
+       PR fortran/113866
+       * gfortran.dg/bind_c_optional-2.f90: New test.
+
+2024-03-29  Harald Anlauf  <[email protected]>
+
+       Backported from master:
+       2024-03-29  Harald Anlauf  <[email protected]>
+
+       PR fortran/50410
+       * gfortran.dg/data_initialized_4.f90: New test.
+
 2024-03-28  Paul Thomas  <[email protected]>
 
        Backported from master:

Reply via email to