https://gcc.gnu.org/g:839fbe525cf90aa8447a6a552568244d51c8667b
commit r17-560-g839fbe525cf90aa8447a6a552568244d51c8667b Author: GCC Administrator <[email protected]> Date: Mon May 18 00:16:21 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 17 +++++++++++++++++ gcc/DATESTAMP | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84b23faad340..50f321719ca5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +2026-05-17 Andrew Pinski <[email protected]> + + * 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 <[email protected]> + + * 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 <[email protected]> + + * 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 <[email protected]> PR target/50481 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ca08e6063fdc..7fa0e3eb50bf 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260517 +20260518
