]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Apr 2023 00:22:05 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 24 Apr 2023 00:22:05 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index e372b3d6ca6bde0de4b99c79f384ced3e315e6a1..b5f339e560b0fb58c55035fdfc2ec5e73b77dee8 100644 (file)
@@ -1 +1 @@
-20230423
+20230424
index c9ba65f77e0177c212520a8cfff37b7e75748359..7c23056c4fafcba14ee14f7d99171e0d5c4e0b38 100644 (file)
@@ -1,3 +1,22 @@
+2023-04-23  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-04-12  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/61615
+       PR fortran/99982
+       * interface.cc (compare_parameter): Enable type and rank checks for
+       arguments of derived type from the intrinsic module ISO_C_BINDING.
+
+2023-04-23  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-12-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108010
+       * arith.cc (reduce_unary): Handle zero-sized arrays.
+       (reduce_binary_aa): Likewise.
+
 2023-04-15  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 05520911d29ca6f06b144e6956fe2e701467466f..a86265fb9ccc8b8b1b57d0ee9668d97b8344d063 100644 (file)
@@ -1,3 +1,20 @@
+2023-04-23  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-04-12  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/61615
+       PR fortran/99982
+       * gfortran.dg/interface_49.f90: New test.
+
+2023-04-23  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-12-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108010
+       * gfortran.dg/pr108010.f90: New test.
+
 2023-04-21  Jason Merrill  <jason@redhat.com>
 
        PR c++/108795