aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-04-05 00:16:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-04-05 00:16:20 +0000
commit5e09bb1b2e7ccea480a448fc45db3f3e1c1ae081 (patch)
treea984213f6be172e9a3f426a568138e6b55a12417 /gcc/ChangeLog
parentd8ac63e4c638a814c2cb7a9f4cebb6606caa4985 (diff)
downloadgcc-5e09bb1b2e7ccea480a448fc45db3f3e1c1ae081.zip
gcc-5e09bb1b2e7ccea480a448fc45db3f3e1c1ae081.tar.gz
gcc-5e09bb1b2e7ccea480a448fc45db3f3e1c1ae081.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 325c8c9..479dec1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,32 @@
+2022-04-04 Alex Coplan <alex.coplan@arm.com>
+
+ * doc/match-and-simplify.texi: Fix typos.
+
+2022-04-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/105144
+ * config/aarch64/t-aarch64 (s-aarch64-tune-md): Do move-if-change
+ only if configured with --enable-maintainer-mode, otherwise compare
+ tmp-aarch64-tune.md with $(srcdir)/config/aarch64/aarch64-tune.md and
+ if they differ, emit a message and fail.
+
+2022-04-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/105144
+ * config/aarch64/t-aarch64 (s-mddeps): Depend on s-aarch64-tune-md.
+ * config/aarch64/aarch64-tune.md: Regenerated.
+
+2022-04-04 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/105132
+ * tree-vect-stmts.cc (vectorizable_operation): Check that
+ the input vectors have the same number of elements.
+
+2022-04-04 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/105140
+ * fold-const.cc (fold_convertible_p): Allow a TYPE_P arg.
+
2022-04-03 Jeff Law <jeffreyalaw@gmail.com>
PR target/104987