https://gcc.gnu.org/g:c3fa37ceeb5175c81dc092b3ddc8e1481827add7

commit r15-10740-gc3fa37ceeb5175c81dc092b3ddc8e1481827add7
Author: GCC Administrator <[email protected]>
Date:   Wed Jan 28 00:19:19 2026 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 20 ++++++++++++++++++++
 gcc/d/ChangeLog         | 18 ++++++++++++++++++
 gcc/po/ChangeLog        |  4 ++++
 gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
 5 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 87be239a5394..bbe74c19f598 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260127
+20260128
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 57e7c2799880..82e57d80325e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,23 @@
+2026-01-27  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Patrick Palka  <[email protected]>
+
+       PR c++/123676
+       * pt.cc (tsubst_pack_expansion): Relax unsubsituted_packs
+       assert to allow !processing_template_decl when args is
+       NULL_TREE.
+
+2026-01-27  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Patrick Palka  <[email protected]>
+
+       PR c++/122494
+       PR c++/123814
+       * constexpr.cc (cxx_eval_outermost_constant_expr): Clear
+       uid_sensitive_constexpr_evaluation_value when mce_true.
+
 2026-01-23  Jakub Jelinek  <[email protected]>
 
        Backported from master:
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index 11ebfa5807f6..b7701f6f85cb 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,21 @@
+2026-01-27  Iain Buclaw  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Iain Buclaw  <[email protected]>
+
+       PR d/120096
+       * expr.cc (ExprVisitor::visit (ArrayLiteralExp *)): Include saved side
+       effects in expression result.
+
+2026-01-27  Iain Buclaw  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Iain Buclaw  <[email protected]>
+
+       PR d/122817
+       * d-lang.cc (d_parse_file): Set module filename location after
+       creation.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index fd90403ba4af..79f16a8d8801 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,3 +1,7 @@
+2026-01-27  Joseph Myers  <[email protected]>
+
+       * sv.po: Update.
+
 2026-01-19  Joseph Myers  <[email protected]>
 
        * es.po: Update.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a75ae81e1fdd..5ebc587dbe3c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,37 @@
+2026-01-27  Iain Buclaw  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Iain Buclaw  <[email protected]>
+
+       PR d/120096
+       * gdc.dg/torture/pr120096.d: New test.
+
+2026-01-27  Iain Buclaw  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Iain Buclaw  <[email protected]>
+
+       PR d/122817
+       * gdc.dg/pr122817.d: New test.
+
+2026-01-27  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Patrick Palka  <[email protected]>
+
+       PR c++/123676
+       * g++.dg/cpp2a/concepts-decltype5.C: New test.
+
+2026-01-27  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2026-01-27  Patrick Palka  <[email protected]>
+
+       PR c++/122494
+       PR c++/123814
+       * g++.dg/cpp2a/concepts-pr122494.C: New test.
+       * g++.dg/cpp2a/concepts-pr123814.C: New test.
+
 2026-01-23  Jakub Jelinek  <[email protected]>
 
        Backported from master:

Reply via email to