]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 Mar 2024 00:21:05 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 Mar 2024 00:21:05 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 3a5da16206f185cabea0e63fa8d00c52e75e30c7..5e27b15791d3dc594d8634971419e2a7f454708c 100644 (file)
@@ -1 +1 @@
-20240329
+20240330
index 859c1946867611decdd95175dba92232314a6706..728a97af0c1ad911e0a3cdad5fdc8d3699e00525 100644 (file)
@@ -1,3 +1,22 @@
+2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-02-13  Harald Anlauf  <anlauf@gmx.de>
+
+       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  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/50410
+       * trans-expr.cc (gfc_conv_structure): Check for NULL pointer.
+
 2024-03-28  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 2dc8a3fed54ffea6181e52959dcc838247d9642f..c509fd2f8372fe249bdfae10a9251bc15332c457 100644 (file)
@@ -1,3 +1,19 @@
+2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-02-13  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/113866
+       * gfortran.dg/bind_c_optional-2.f90: New test.
+
+2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/50410
+       * gfortran.dg/data_initialized_4.f90: New test.
+
 2024-03-28  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: