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

index f75ec6c833a737ab95843c123933db71b64f3d97..813e33c54befbdbb37bedcc7a3550c91f5c68cdf 100644 (file)
@@ -1,3 +1,10 @@
+2020-11-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/97764
+       * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): For
+       little-endian stores with negative pd.offset, subtract
+       BITS_PER_UNIT - amnt from size if amnt is non-zero.
+
 2020-11-09  Sudakshina Das  <sudi.das@arm.com>
 
        Backported from master:
index 2cca29cf6c69489db5db2e7ead92a2f72e9af35b..bb826fc6328f23a89ab89cc8c79f54f1458eb3a3 100644 (file)
@@ -1 +1 @@
-20201110
+20201111
index 8bf3316c6df964834b379b2104db800fd345bbe0..146cb0968cc722d45f71bcfae5496731b05bb167 100644 (file)
@@ -1,3 +1,8 @@
+2020-11-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/97764
+       * gcc.c-torture/execute/pr97764.c: New test.
+
 2020-11-09  Sudakshina Das  <sudi.das@arm.com>
 
        Backported from master:
This page took 0.111941 seconds and 5 git commands to generate.