]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 Sep 2022 00:19:58 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 Sep 2022 00:19:58 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index 0585971f3df465149c2d78a385c48f633c0fc131..ef4f70a914f049f788b26551937a4e9af5e17805 100644 (file)
@@ -1,3 +1,17 @@
+2022-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/106782
+       * tree-vect-slp.cc (vect_print_slp_tree): Use
+       HOST_WIDE_INT_PRINT_UNSIGNED instead of %u.
+       * tree-vect-loop.cc (vect_estimate_min_profitable_iters): Use
+       HOST_WIDE_INT_PRINT_UNSIGNED instead of %d.
+       * tree-vect-slp-patterns.cc (vect_pattern_validate_optab): Use %G
+       instead of %T and STMT_VINFO_STMT (SLP_TREE_REPRESENTATIVE (node))
+       instead of SLP_TREE_DEF_TYPE (node).
+
 2022-08-30  Tamar Christina  <tamar.christina@arm.com>
 
        Backported from master:
index 9ba0bbef7056169574fe247b55a4178d7d37aabc..9dafb9722d0132124979768702e4b588d723ef52 100644 (file)
@@ -1 +1 @@
-20220901
+20220902