Daily bump.

This commit is contained in:
GCC Administrator
2026-05-04 00:16:22 +00:00
parent 07df1f36a0
commit 6e90e4904b
5 changed files with 57 additions and 1 deletions

View File

@@ -1,3 +1,32 @@
2026-05-03 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
* tree-chrec.cc (chrec_fold_plus_poly_poly): Move
rtype definition to right before the use.
2026-05-03 Philipp Tomsich <philipp.tomsich@vrull.eu>
PR tree-optimization/122569
* tree-ssa-forwprop.cc (simplify_count_zeroes): Avoid
shift-by-HOST_BITS_PER_WIDE_INT UB when computing the all-ones
value for the CLZ validator.
2026-05-03 Jeff Law <jeffrey.law@oss.qualcomm.com>
PR target/124009
* config/riscv/iterators.md (scc_0): Add any_lt.
* config/riscv/zicond.md: Add splitters to select between 2^n and 0.
2026-05-03 Collin Funk <collin.funk1@gmail.com>
* glimits.h (__STDC_VERSION_LIMITS_H__): Only define the macro
if it was not already defined.
2026-05-03 Jeff Law <jeffrey.law@oss.qualcomm.com>
PR target/125152
* config/riscv/riscv.cc (riscv_expand_conditional_move): Extract the
mode after operand canonicalization.
2026-05-02 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
* tree-ssa-phiopt.cc (pass_phiopt::execute): Set cfgcleanup

View File

@@ -1 +1 @@
20260503
20260504

View File

@@ -1,3 +1,9 @@
2026-05-03 Eric Botcazou <ebotcazou@adacore.com>
PR ada/125168
* libgnat/s-dorepr__freebsd.adb (Two_Prod): Adjust to renaming.
(Two_Sqr): Likewise.
2026-05-01 Eric Botcazou <ebotcazou@adacore.com>
PR ada/87936

View File

@@ -1,3 +1,8 @@
2026-05-03 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR c++/119567
* error.cc (dump_expr): Treat EXACT_DIV_EXPR the same as FLOOR_DIV_EXPR.
2026-05-01 Patrick Palka <ppalka@redhat.com>
PR c++/125115

View File

@@ -1,3 +1,19 @@
2026-05-03 Philipp Tomsich <philipp.tomsich@vrull.eu>
PR tree-optimization/122569
* gcc.dg/tree-ssa/pr122569-1.c: New test.
* gcc.dg/tree-ssa/pr122569-2.c: New test.
2026-05-03 Jeff Law <jeffrey.law@oss.qualcomm.com>
PR target/124009
* gcc.target/riscv/pr124009.c: New test.
2026-05-03 Jeff Law <jeffrey.law@oss.qualcomm.com>
PR target/125152
* gcc.target/riscv/pr125152.c: New test.
2026-05-02 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
* gcc.dg/tree-ssa/cselim-5.c: New test.