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

index 15817d5d62da65e40d4ff03da743a123cab959ed..ea331f065d888399786e3fd5b9e4cd16138d48a2 100644 (file)
@@ -1,3 +1,12 @@
+2024-11-27  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2024-11-15  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/117142
+       * tree-sra.cc (scan_function): Disqualify any candidate passed to
+       a function returning twice.
+
 2024-11-26  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 2073d1c39026851d43cee3a776968c003eec6073..7c44885e94f222564a0a2f105a29cf54cdade440 100644 (file)
@@ -1 +1 @@
-20241127
+20241128
index b7e213a131ec9440db609497f4c7d3b649de8f3b..74ad47f71d0c7c525ea6204e7def2b00bd707914 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-23  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 0fee413c5fa8edd72d8722be51126aaedf404bd8..9a0a6e331492dc7eff61162828d6ce90eab9ca1d 100644 (file)
@@ -1,3 +1,18 @@
+2024-11-27  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2024-11-15  Martin Jambor  <mjambor@suse.cz>
+
+       * gcc.dg/tree-ssa/pr117142.c: New test.
+
+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-23  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: