https://gcc.gnu.org/g:278a600c27ff9bd4b5f5b5ee9a1d741be6706b97

commit r16-8900-g278a600c27ff9bd4b5f5b5ee9a1d741be6706b97
Author: GCC Administrator <[email protected]>
Date:   Wed May 13 00:21:42 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  8 ++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 31 +++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 85 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db4087106574..7078dba7e6e2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2026-05-12  Artemiy Volkov  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Artemiy Volkov  <[email protected]>
+
+       PR middle-end/125259
+       * match.pd: Fix the view_convert (BIT_FIELD_REF) pattern.
+
 2026-05-11  LIU Hao  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index dfe83385ca85..32bcf444be08 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260512
+20260513
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9ed4985bb2ed..4e507de450af 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,34 @@
+2026-05-12  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Jason Merrill  <[email protected]>
+
+       PR c++/100903
+       * call.cc (build_over_call): Avoid -Wzero-as-null-pointer-constant
+       if the warning is disabled around the called function.
+
+2026-05-12  Marek Polacek  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Marek Polacek  <[email protected]>
+
+       PR c++/115181
+       PR c++/125043
+       PR c++/124979
+       * pt.cc (invalid_tparm_referent_p): Allow DECL_IGNORED_P in an
+       assert.
+
+2026-05-12  Marek Polacek  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Marek Polacek  <[email protected]>
+
+       PR c++/125208
+       * reflect.cc (compare_reflections): Use == when comparing two
+       aliases.
+       * tree.cc (cp_tree_equal) <case REFLECT_EXPR>: Use
+       compare_reflections.
+
 2026-05-07  Marek Polacek  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 27facf17ebc5..d0525bc817b7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,48 @@
+2026-05-12  Jason Merrill  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Jason Merrill  <[email protected]>
+
+       PR c++/100903
+       * g++.dg/cpp2a/spaceship-warn1.C: New test.
+
+2026-05-12  Marek Polacek  <[email protected]>
+
+       Backported from master:
+       2026-05-08  Marek Polacek  <[email protected]>
+
+       PR c++/115181
+       PR c++/125043
+       PR c++/124979
+       * g++.dg/cpp1z/nontype-auto27.C: New test.
+       * g++.dg/cpp1z/nontype-auto28.C: New test.
+       * g++.dg/cpp2a/nontype-class75.C: New test.
+
+2026-05-12  Marek Polacek  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Marek Polacek  <[email protected]>
+
+       * g++.dg/reflect/bases_of5.C: Use decltype (sizeof 0) instead of
+       unsigned long.
+
+2026-05-12  Marek Polacek  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Marek Polacek  <[email protected]>
+
+       PR c++/125208
+       * g++.dg/reflect/alias3.C: New test.
+       * g++.dg/reflect/bases_of5.C: New test.
+
+2026-05-12  Artemiy Volkov  <[email protected]>
+
+       Backported from master:
+       2026-05-12  Artemiy Volkov  <[email protected]>
+
+       PR middle-end/125259
+       * gcc.dg/tree-ssa/pr125259.c: New test.
+
 2026-05-10  Eric Botcazou  <[email protected]>
 
        * gnat.dg/enum6.adb: New test.

Reply via email to