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

index 293639e313776c694793bd1bde48527ebf3e7d9d..f9d9d8c45b95b5df2bbf54fbdbf347f822334c7c 100644 (file)
@@ -1 +1 @@
-20250207
+20250208
index a468b54d592ecf43676e56cc7a7c4420684acc70..95dd52446902de1bf3465f843b27107bec366b8f 100644 (file)
@@ -1,3 +1,28 @@
+2025-02-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-02-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/118750
+       * resolve.cc (resolve_assoc_var): If the target expression has
+       a rank, do not use gfc_expression_rank, since it will return 0
+       if the function is elemental. Resolution will have produced the
+       correct rank.
+
+2025-02-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-01-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/108434
+       * class.cc (generate_finalization_wrapper): To avoid memory
+       leaks from callocs, return immediately if the derived type
+       error flag is set.
+       * decl.cc (build_struct): If the declaration of a derived type
+       or class component does not have a deferred arrayspec, correct,
+       set the error flag of the derived type and emit an immediate
+       error.
+
 2025-02-06  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 802ee745b48f21af49b291f28bfa52037179a7d8..1a2e590096e46a1935c495482aeb72117d90fa29 100644 (file)
@@ -1,3 +1,19 @@
+2025-02-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-02-06  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/118750
+       * gfortran.dg/associate_72.f90: New test.
+
+2025-02-07  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2025-01-11  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/108434
+       * gfortran.dg/pr108434.f90 : Add tests from comment 1.
+
 2025-02-06  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: