mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Daily bump.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
20260503
|
||||
20260504
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user