]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Nov 2023 02:50:05 +0000 (02:50 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 5 Nov 2023 02:50:05 +0000 (02:50 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index b7cd0b910c550cd82e885bc6fb325fc6aa2b88c5..39983b1bc266c328233e55a02a7bee0c27763b62 100644 (file)
@@ -1 +1 @@
-20231104
+20231105
index 00d33068fe850572e5f533c349140f418abba76c..3ae1cc1d5dd6ec3880a0718bb3393bc58175d515 100644 (file)
@@ -1,3 +1,13 @@
+2023-11-04  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-11-03  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/97245
+       * match.cc (gfc_match_call): If a procedure pointer has already been
+       resolved, do not create a new symbol in a procedure reference of
+       the same name shadowing the first one if it is host-associated.
+
 2023-11-03  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index e2ea1a3d258ffafcab3cb97cad167bf0cb9e7317..13af3aa53b987e7914c5cbd1f8c8c8ec6d64a3b3 100644 (file)
@@ -1,3 +1,11 @@
+2023-11-04  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-11-03  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/97245
+       * gfortran.dg/proc_ptr_53.f90: New test.
+
 2023-11-03  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: