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

index 2073d1c39026851d43cee3a776968c003eec6073..7c44885e94f222564a0a2f105a29cf54cdade440 100644 (file)
@@ -1 +1 @@
-20241127
+20241128
index ef30be5f020dfa13ee665e62912112491ef73b05..c1731fc8bb05ade47e05851f8fe84a2b17fcd966 100644 (file)
@@ -1,3 +1,14 @@
+2024-11-27  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117763
+       * trans-array.cc (gfc_get_array_span): Guard against derefences
+       of 'expr'. Clean up some typos. Use 'gfc_get_vptr_from_expr'
+       for clarity and apply a functional reversion of last section
+       that deals with class dummies.
+
 2024-11-24  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/84869
index 8bfebc64fc2cb61d9a64ed2056afbab6aa443c22..d988b1959acd9fb93df59de25a89f40a75e17515 100644 (file)
@@ -1,3 +1,11 @@
+2024-11-27  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2024-11-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/117763
+       * gfortran.dg/pr117763.f90: New test.
+
 2024-11-26  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master: