]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Nov 2021 00:17:26 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Nov 2021 00:17:26 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 804aafecab5ea4cba797ff4ae0648a199e8e4d11..ac4b04e837fd96db1e863e66b0a654411ca1d82c 100644 (file)
@@ -1,3 +1,13 @@
+2021-11-02  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2021-10-21  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/102505
+       * tree-sra.c (totally_scalarize_subtree): Check that the
+       encountered field fits within the acces we would like to put it
+       in.
+
 2021-10-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * doc/invoke.texi (%X): Remove obsolete reference to -Wl.
index f8892a4f3f73dba9513b392a51f0429f3958a2b2..4de35213a4288e7a091b511fa7aba60bef977c97 100644 (file)
@@ -1 +1 @@
-20211102
+20211103
index 548a9f0641275f8b851c7421ee47211ba82228fa..d97e215a3957266aaf59c0461e506d3a124fd98d 100644 (file)
@@ -1,3 +1,11 @@
+2021-11-02  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2021-10-21  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/102505
+       * g++.dg/torture/pr102505.C: New test.
+
 2021-10-27  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/102761