https://gcc.gnu.org/g:376504daa7375863c019cec9e6b72ea705e3e26a

commit r17-1728-g376504daa7375863c019cec9e6b72ea705e3e26a
Author: GCC Administrator <[email protected]>
Date:   Mon Jun 22 00:16:26 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 16 ++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 11 +++++++++++
 gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
 libgfortran/ChangeLog   |  7 +++++++
 5 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 09ec1a6f56f6..f1130efe9b98 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,19 @@
+2026-06-21  Iain Sandoe  <[email protected]>
+
+       * doc/sourcebuild.texi: Document object file checks.
+
+2026-06-21  Iain Sandoe  <[email protected]>
+
+       * config/aarch64/aarch64-builtins.cc
+       (aarch64_expand_prefetch_range_builtin): Use LLONG_MAX instead
+       of LONG_LONG_MAX.
+
+2026-06-21  H.J. Lu  <[email protected]>
+
+       PR target/125883
+       * config/i386/i386-features.cc (ix86_broadcast_inner): Skip JUMP
+       from asm goto.
+
 2026-06-20  Gerald Pfeifer  <[email protected]>
 
        * doc/extend.texi (Integer Overflow Builtins): Spell compile time
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 752348ae7dd9..0d42b17626d0 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260621
+20260622
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 972c34a598ba..efe058162b7b 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,14 @@
+2026-06-21  Jason Merrill  <[email protected]>
+
+       PR c++/125408
+       * expr.cc (mark_use): Fix condition for changing rvalue to lvalue.
+
+2026-06-21  Jason Merrill  <[email protected]>
+
+       PR c++/125408
+       * tree.cc (cp_walk_subtrees): Walk into the DECL_ORIGINAL_TYPE of a
+       typedef DECL_EXPR.
+
 2026-06-18  Marek Polacek  <[email protected]>
 
        * decl.cc (check_initializer): Don't call
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 326c0be861b2..5d2427c96613 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2026-06-21  Jason Merrill  <[email protected]>
+
+       PR c++/125408
+       * g++.dg/cpp2a/lambda-targ34.C: New test.
+
+2026-06-21  Jason Merrill  <[email protected]>
+
+       PR c++/125408
+       * g++.dg/cpp2a/lambda-targ33.C: New test.
+
+2026-06-21  Iain Sandoe  <[email protected]>
+
+       * lib/target-supports.exp: Add a check for Mach-O object file
+       format.
+
+2026-06-21  H.J. Lu  <[email protected]>
+
+       PR target/125883
+       * gcc.target/i386/pr125883.c: New test.
+
+2026-06-21  Jerry DeLisle  <[email protected]>
+
+       PR fortran/82086
+       * gfortran.dg/namelist_103.f90: New test.
+
 2026-06-20  Iain Sandoe  <[email protected]>
 
        * gcc.dg/debug/dwarf2/dwarf2-macro.c: Skip for Darwin23+.
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 6cffe647c75f..aab22e09254f 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,10 @@
+2026-06-21  Jerry DeLisle  <[email protected]>
+
+       PR fortran/82086
+       * io/list_read.c (nml_read_obj): Add is_component parameter
+       to correctly distribute repeat count across derived-type array
+       elements.
+
 2026-06-11  Thomas Koenig  <[email protected]>
 
        PR fortran/30438

Reply via email to