summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-04-15 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-04-15 00:16:36 +0000
commit1aee19f9b57caef2a600968807ecaa13bac2d2f8 (patch)
treeff56b15a7f457e36436ad72c566e02fb7592fec0 /gcc/ChangeLog
parentfa4cb42870df60deb8888dbd51e2ddc6d6ab9e6a (diff)
downloadgcc-1aee19f9b57caef2a600968807ecaa13bac2d2f8.tar.gz
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 11c559aa96d..7f6764a5f96 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,25 @@
+2023-04-14 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/109502
+ * tree-vect-stmts.cc (vectorizable_assignment): Fix
+ check for conversion between mask and non-mask types.
+
+2023-04-14 Jeff Law <jlaw@ventanamicro.com>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR target/108947
+ PR target/109040
+ * combine.cc (simplify_and_const_int_1): Compute nonzero_bits in
+ word_mode rather than mode if WORD_REGISTER_OPERATIONS and mode is
+ smaller than word_mode.
+ * simplify-rtx.cc (simplify_context::simplify_binary_operation_1)
+ <case AND>: Likewise.
+
+2023-04-14 Jakub Jelinek <jakub@redhat.com>
+
+ * loop-iv.cc (iv_number_of_iterations): Use gen_int_mode instead
+ of GEN_INT.
+
2023-04-13 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/108139