diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-02 00:19:58 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-09-02 00:19:58 +0000 |
commit | a114570e360b1a185b92eab76cf255cb23c928a8 (patch) | |
tree | e8708fa0b9c69409b368b0d7f762df81b0edcf2b | |
parent | f9593025a290c68c0916dc6fa569eb38eda00535 (diff) | |
download | gcc-a114570e360b1a185b92eab76cf255cb23c928a8.zip gcc-a114570e360b1a185b92eab76cf255cb23c928a8.tar.gz gcc-a114570e360b1a185b92eab76cf255cb23c928a8.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/ChangeLog | 14 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0585971..ef4f70a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 9ba0bbe..9dafb97 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220901 +20220902 |