https://gcc.gnu.org/g:29ef8ea6416b03f03a430c961cd3f3c93e03d0a1

commit r15-10568-g29ef8ea6416b03f03a430c961cd3f3c93e03d0a1
Author: GCC Administrator <[email protected]>
Date:   Tue Dec 2 09:50:41 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 22 ++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 18 ++++++++++++++++++
 libstdc++-v3/ChangeLog  | 12 ++++++++++++
 4 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7363757dfb44..69de5c691442 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,25 @@
+2025-12-01  Christophe Lyon  <[email protected]>
+
+       Backported from master:
+       2025-12-01  Christophe Lyon  <[email protected]>
+
+       PR target/122858
+       * config/arm/constraints.md (Ph): New constraint.
+       * config/arm/mve.md (mve_asrl_imm, mve_lsll_imm): Fix constraints
+       of operand 1 and handle 32 as special shift amount.
+
+2025-12-01  Richard Earnshaw  <[email protected]>
+
+       Backported from master:
+       2025-05-07  Richard Earnshaw  <[email protected]>
+
+       PR target/110796
+       PR target/118446
+       * config/arm/arm.h (REVERSIBLE_CC_MODE): FP modes are only
+       reversible if flag_finite_math_only.
+       * config/arm/arm.cc (arm_select_cc_mode): Return CCFPmode for all
+       FP comparisons if flag_finite_math_only.
+
 2025-11-28  Avinash Jayakar  <[email protected]>
 
        PR tree-optimization/122126
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 112e13c0bf36..0564cdc98af2 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251201
+20251202
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0b88bf9d42f2..334b1689445a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,21 @@
+2025-12-01  Christophe Lyon  <[email protected]>
+
+       Backported from master:
+       2025-12-01  Christophe Lyon  <[email protected]>
+
+       PR target/122858
+       * gcc.target/arm/mve/pr122858.c: New test.
+
+2025-12-01  Richard Earnshaw  <[email protected]>
+
+       Backported from master:
+       2025-05-07  Richard Earnshaw  <[email protected]>
+
+       PR target/110796
+       PR target/118446
+       * gcc.target/arm/armv8_2-fp16-arith-1.c: Adjust due to no-longer
+       emitting VCMPE when -ffast-math..
+
 2025-11-28  Daniele Sahebi  <[email protected]>
 
        Backported from master:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d3f2c64201fd..4ffbc6b72615 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,15 @@
+2025-12-02  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-12-01  Patrick Palka  <[email protected]>
+
+       PR libstdc++/122921
+       * include/std/flat_map (_Flat_map_impl::_Iterator::value_type):
+       Remove const from key_type to make consistent with the
+       container's value_type.
+       * testsuite/23_containers/flat_map/1.cc (test09): New test.
+       * testsuite/23_containers/flat_multimap/1.cc (test09): New test.
+
 2025-11-28  Patrick Palka  <[email protected]>
 
        Backported from master:

Reply via email to