]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Feb 2025 00:23:06 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Feb 2025 00:23:06 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 9be659a9cfd40f325964c5d72c659d7b91c031d4..e982577834151dec430f9d53ebd9aa15214cf696 100644 (file)
@@ -1 +1 @@
-20250204
+20250205
index 368ee43576de98b697e6e7c1a42b21e4c385e494..80717a637534f7e5077307743b8683fad62c59a6 100644 (file)
@@ -1,3 +1,13 @@
+2025-02-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117434
+       * interface.cc (gfc_compare_actual_formal): Skip 'Expected a
+       procedure pointer error' if the formal argument typespec has an
+       interface and the type of the actual arg is BT_PROCEDURE.
+
 2025-01-31  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index f4f139b3940b9607e673216560abb207d4b0b189..b26cc157e15c781f7e82fac8d568fe18b8e70ed1 100644 (file)
@@ -1,3 +1,14 @@
+2025-02-04  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117434
+       * gfortran.dg/proc_ptr_54.f90: New test. This is temporarily
+       compile-only until one one seven four five five is fixed.
+       * gfortran.dg/proc_ptr_55.f90: New test.
+       * gfortran.dg/proc_ptr_56.f90: New test.
+
 2025-02-03  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR middle-end/115913