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

index fa0255d10595ec102c563ca823dce3dd82cb04fb..1041049a239f252dc9a43087ffdddab34f93aaf6 100644 (file)
@@ -1 +1 @@
-20250422
+20250423
index 7cc60f769952f7b37303c7eff2fe3bb59f93a0f2..e83913ee0b001a439ec7a53762cff784953919fd 100644 (file)
@@ -1,3 +1,15 @@
+2025-04-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-04-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/119656
+       * interface.cc (gfc_compare_actual_formal): Fix front-end memleak
+       when searching for matching interfaces.
+       * trans-expr.cc (gfc_conv_procedure_call): If there is a formal
+       dummy corresponding to an absent argument, use its type, and only
+       fall back to inferred type otherwise.
+
 2025-01-13  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 3cbe3eb91ede1a550ae8882313347daf184a95d6..ef9edf6aa91dc2a75ad6657b5e11e72f5db33131 100644 (file)
@@ -1,3 +1,11 @@
+2025-04-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-04-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/119656
+       * gfortran.dg/optional_absent_13.f90: New test.
+
 2025-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: