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

index e09a4f3ca8606f393559e36b1217f24dbe125d3e..fec3b4e2d85f290ca05e21514220d7718816828a 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.c (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.c
+       (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-16  liuhongt  <hongtao.liu@intel.com>
 
        * config/i386/i386.opt: Add new option mgather.
index 0e0e43a0354ce37cf9aefa294814427d7840a347..86bc2a9aa08344bef30bac8e5eed63d116801e54 100644 (file)
@@ -1 +1 @@
-20230830
+20230831
index d813f96fb9a8f13ef076059de9ff9b4c300b7e9f..9d49e1ee2a020c49d5720dff3b871f2c2caa212c 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: