]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 May 2026 00:16:21 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 May 2026 00:16:21 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP

index 84b23faad34025ddc77cb40e39e08997760c57c1..50f321719ca5fc678714285e101f01cbd3df7038 100644 (file)
@@ -1,3 +1,20 @@
+2026-05-17  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       * tree-ssa-uncprop.cc (associate_equivalences_with_edges): For switches
+       info only store the case low value to be recorded as
+       the only value. Add comments.
+
+2026-05-17  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       * ipa-icf-gimple.cc (func_checker::compare_gimple_switch): Remove
+       the check on CASE_LABEL_EXPR since it is redundant.
+
+2026-05-17  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
+
+       * tree-ssa-dom.cc (record_edge_info): For switches
+       info only store the case low value to be recorded as
+       the only value. Add comments.
+
 2026-05-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/50481
index ca08e6063fdc09a954a1314c64bacb50673f4a1d..7fa0e3eb50bffaa9c9dbc9ef578a194b226f90ce 100644 (file)
@@ -1 +1 @@
-20260517
+20260518