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

index eafd44957d2167c3e9936356df24ca29eb82eddd..b1af684c29057bc4e6ac034c3ca93f4641768f5c 100644 (file)
@@ -1 +1 @@
-20250720
+20250721
index 08d60ae719d4042b5dc4106c11eb61e80b270254..f263b8f509c637943570e027e877fec995741650 100644 (file)
@@ -1,3 +1,12 @@
+2025-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-07-18  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121145
+       * trans-expr.cc (gfc_conv_procedure_call): Do not create pointer
+       check for proc-pointer actual passed to optional dummy.
+
 2025-07-16  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index f7893e63cef0ea94873d3ea39ebae9ecbae2e057..76dbf4361d8d1515d7751ce004622591ad56cf06 100644 (file)
@@ -1,3 +1,11 @@
+2025-07-20  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-07-18  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121145
+       * gfortran.dg/pointer_check_15.f90: New test.
+
 2025-07-18  Thomas Schwinge  <tschwinge@baylibre.com>
 
        Backported from master: