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

index 5265fd985772130227a6d6f005e3c0203da82361..184fccc49e4694dd4ef49ee630ec1254156d2abd 100644 (file)
@@ -1,3 +1,28 @@
+2023-10-11  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/111694
+       * gimple-range-cache.cc (ranger_cache::fill_block_cache): Adjust
+       equivalence range.
+       * value-relation.cc (adjust_equivalence_range): New.
+       * value-relation.h (adjust_equivalence_range): New prototype.
+
+2023-10-11  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-10-11  Richard Biener  <rguenther@suse.de>
+                   Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/111519
+       * tree-ssa-strlen.cc (strlen_pass::count_nonzero_bytes): Add vuse
+       argument and pass it through to recursive calls and
+       count_nonzero_bytes_addr calls.  Don't shadow the stmt argument, but
+       change stmt for gimple_assign_single_p statements for which we don't
+       immediately punt.
+       (strlen_pass::count_nonzero_bytes_addr): Add vuse argument and pass
+       it through to recursive calls and count_nonzero_bytes calls.  Don't
+       use get_strinfo if gimple_vuse (stmt) is different from vuse.  Don't
+       shadow the stmt argument.
+
 2023-10-07  Andrew Pinski  <pinskia@gmail.com>
 
        Backported from master:
index 5a90a07feb4e76ca29f04f22e22912b1727e4410..ed29cb260df55d93fc86b021dc78a97464d5b438 100644 (file)
@@ -1 +1 @@
-20231011
+20231012
index ff99a0ca89eaf6a533c1ab641b0b9e36d8394666..40f762f83941b281f14ed2ebec6597ac7da925ae 100644 (file)
@@ -1,3 +1,17 @@
+2023-10-11  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/111694
+       * gcc.dg/pr111694.c: New.
+
+2023-10-11  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-10-11  Richard Biener  <rguenther@suse.de>
+                   Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/111519
+       * gcc.dg/torture/pr111519.c: New testcase.
+
 2023-10-07  Andrew Pinski  <pinskia@gmail.com>
 
        Backported from master: