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

index d414a2dda57338b169653b9825fdf34f1898c2e6..b26c74992283ed7bd25fbd39b20cc3cdb0374247 100644 (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
index 37fae2a53d2b71c0c7de9b2106095bc086f95769..0f684ba5754b59d8627da63a7abb0ba8258c4390 100644 (file)
@@ -1 +1 @@
-20260503
+20260504
index 6e92259bfde0d79fc016072c26d26d5a23546e5c..6bae2465f5ced797f8675394a227f23c02d86aae 100644 (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
index ef341f726312dcd128e6996306f1e4a1eb99cfb4..c1e7a0f55dd08222768a0c319bd738ede42b74e5 100644 (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
index d576ef5e47aa344f53d2576739ab37ff0a46553e..566fb3b06c664786e548fa8087f396461372a284 100644 (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.