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

index eba8e1cb787f88ec92764f753d1ea902a6847bc2..19047096d89d2c643baffca83a009bbe0b624f97 100644 (file)
@@ -1 +1 @@
-20241124
+20241125
index 317946c57c5b60523adbdf2ec37b18824c253ee6..ef30be5f020dfa13ee665e62912112491ef73b05 100644 (file)
@@ -1,3 +1,9 @@
+2024-11-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/84869
+       * trans-expr.cc (trans_class_vptr_len_assignment): To access
+       the '_len' field, 're' must be unlimited polymorphic.
+
 2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index d6391e724816e8235aa733da43d8e4c292c5109a..f9dcae57a07b650e6eafba09cbd699c242c938cb 100644 (file)
@@ -1,3 +1,8 @@
+2024-11-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/84869
+       * gfortran.dg/pr84869.f90: Comment out test of component refs.
+
 2024-11-23  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: