]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 18 Mar 2023 00:19:31 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 18 Mar 2023 00:19:31 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 348f4b8a133c8b626f4e2add3d8b0011dbe34166..4b45c22ce57e48ea38c938259455a2ecc54a07e0 100644 (file)
@@ -1 +1 @@
-20230317
+20230318
index 79fcc0fc64dcdaee533141daec118026e0dd17b4..6c1a377b0c21cad61ff06b4979c809004a83ea91 100644 (file)
@@ -1,3 +1,21 @@
+2023-03-17  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106945
+       * trans-expr.c (gfc_copy_class_to_class): Convert element counts in
+       bounds check to common type for comparison.
+
+2023-03-17  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104332
+       * resolve.c (resolve_symbol): Avoid NULL pointer dereference while
+       checking a symbol with the BIND(C) attribute.
+
 2023-03-09  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index cbd07c85618091c74fa360bdc2e4e271a57bb941..c9f7c6ce7515a510cafd52bffd8cd9c608b73bd6 100644 (file)
@@ -1,3 +1,19 @@
+2023-03-17  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106945
+       * gfortran.dg/pr106945.f90: New test.
+
+2023-03-17  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/104332
+       * gfortran.dg/bind_c_usage_34.f90: New test.
+
 2023-03-14  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: