]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Aug 2023 00:21:51 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 31 Aug 2023 00:21:51 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 206ab5d9eb3c41fed6d133007c417217d332e849..de97803d2914f58cab9926c86befa487b62dbbae 100644 (file)
@@ -1,3 +1,23 @@
+2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/110914
+       * tree-ssa-strlen.cc (strlen_pass::handle_builtin_memcpy): Don't call
+       adjust_last_stmt unless len is known constant.
+
+2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/111015
+       * gimple-ssa-store-merging.cc
+       (imm_store_chain_info::output_merged_store): Use wi::mask and
+       wide_int_to_tree instead of unsigned HOST_WIDE_INT shift and
+       build_int_cst to build BIT_AND_EXPR mask.
+
 2023-08-19  Guo Jie  <guojie@loongson.cn>
 
        Backported from master:
index 0e0e43a0354ce37cf9aefa294814427d7840a347..86bc2a9aa08344bef30bac8e5eed63d116801e54 100644 (file)
@@ -1 +1 @@
-20230830
+20230831
index 5418f1b80b47d8c2876e52e11cae9e7914f95939..9c1f5a7dc97e47580452f6672844f622761aebd0 100644 (file)
@@ -1,3 +1,19 @@
+2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/110914
+       * gcc.c-torture/execute/pr110914.c: New test.
+
+2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-08-30  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/111015
+       * gcc.dg/pr111015.c: New test.
+
 2023-08-16  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master: