]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Jun 2020 00:16:55 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Jun 2020 00:16:55 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 0670d7768cb950b7fadd946d2e01b9342db0023f..37c6640d0857ecc38892d8191d84883509004228 100644 (file)
@@ -1,3 +1,12 @@
+2020-06-20  Bin Cheng  <bin.cheng@linux.alibaba.com>
+
+       PR tree-optimization/94969
+       * tree-data-ref.c (constant_access_functions): Rename to...
+       (invariant_access_functions): ...this.  Add parameter.  Check for
+       invariant access function, rather than constant.
+       (build_classic_dist_vector): Call above function.
+       * tree-loop-distribution.c (pg_add_dependence_edges): Add comment.
+
 2020-06-19  Jiufu Guo  <guojiufu@linux.ibm.com>
 
        PR target/95018
index 34d423ff9ba755cd9c85256dd4aeea3b925df124..617221851832c58e4a722f5f19760e572c9762c0 100644 (file)
@@ -1 +1 @@
-20200620
+20200621
index 33dea98b3b0340baafb11ab0a400898a13a8b291..3b4e6f51cd8083b7647f4d2f38974e5f8beb0daf 100644 (file)
@@ -1,3 +1,14 @@
+2020-06-20  Bin Cheng  <bin.cheng@linux.alibaba.com>
+
+       PR tree-optimization/95110
+       * gcc.dg/tree-ssa/pr94969.c: Swap scan-tree-dump-not arguments.
+
+2020-06-20  Bin Cheng  <bin.cheng@linux.alibaba.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/94969
+       * gcc.dg/tree-ssa/pr94969.c: New test.
+
 2020-06-19  Jason Merrill  <jason@redhat.com>
 
        * g++.dg/cpp2a/spaceship-friend1.C: New test.