https://gcc.gnu.org/g:6a8999f4a816fa8e6af6ceef5ae24750a1445f57

commit r15-10318-g6a8999f4a816fa8e6af6ceef5ae24750a1445f57
Author: GCC Administrator <[email protected]>
Date:   Fri Sep 12 00:26:03 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  9 +++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       | 44 ++++++++++++++++++++++++++++++++++++++++++++
 gcc/cp/ChangeLog        |  9 +++++++++
 gcc/testsuite/ChangeLog | 14 ++++++++++++++
 5 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 087476276586..b91d292bd10e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2025-09-11  Richard Sandiford  <[email protected]>
+
+       PR rtl-optimization/121757
+       * rtl-ssa/accesses.h (clobber_group::lookup_clobber): New member
+       function.
+       * rtl-ssa/accesses.cc (clobber_group::lookup_clobber): Likewise.
+       (clobber_group::prev_clobber, clobber_group::next_clobber)
+       (function_info::add_clobber): Use it.
+
 2025-09-10  Georg-Johann Lay  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index cc3bc45669de..f06b0c838fbd 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250911
+20250912
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 7f94504a3e86..a91643769db3 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,47 @@
+2025-09-11  Gary Dismukes  <[email protected]>
+
+       * exp_aggr.adb (Build_Container_Aggr_Code.Build_Size_Expr): In the case
+       of an association with a single choice, only call Update_Choices when
+       the choice expression is nonstatic.
+
+2025-09-11  Javier Miranda  <[email protected]>
+
+       * sem_util.adb (Needs_One_Actual): Add support for untagged record
+       types when the sources are compiled with Core Extensions allowed.
+
+2025-09-11  Viljar Indus  <[email protected]>
+
+       * sem_ch13.adb (Analyze_Aspect_Definitions): Create a temporary
+       pragma for the non-task and access type cases.
+
+2025-09-11  Marc Poulhiès  <[email protected]>
+
+       * s-pack.adb.tmpl: Typo fix in comment.
+
+2025-09-11  Piotr Trojanek  <[email protected]>
+
+       * sem_prag.adb (Check_Interrupt_Or_Attach_Handler): Refine test for
+       protected procedures; fix typo in comment.
+
+2025-09-11  Denis Mazzucato  <[email protected]>
+
+       * exp_ch3.adb (Init_Formals): Remove the check on Global_No_Tasking.
+       * sem.adb: Fix typo.
+
+2025-09-11  Gary Dismukes  <[email protected]>
+
+       * exp_aggr.adb (Build_Container_Aggr_Code.To_Int): Replace existing
+       conditional expression with call to Expr_Value.
+
+2025-09-11  Steve Baird  <[email protected]>
+
+       * freeze.adb (Freeze_Profile): Do not emit a warning stating that
+       a formal parameter's size is 8 if the parameter's size is not 8.
+
+2025-09-11  Marc Poulhiès  <[email protected]>
+
+       * gcc-interface/trans.cc (gnat_to_gnu): Fix typo in comment.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 92bc72f15a8e..6b8b2bde362d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,12 @@
+2025-09-11  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-09-03  Patrick Palka  <[email protected]>
+
+       PR c++/97740
+       * pt.cc (tsubst_expr) <case COMPONENT_REF>: Don't check access
+       when the given member is already a FIELD_DECL.
+
 2025-09-04  Nathaniel Shead  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 79f814bb6788..2972b614957e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2025-09-11  Patrick Palka  <[email protected]>
+
+       Backported from master:
+       2025-09-03  Patrick Palka  <[email protected]>
+
+       PR c++/97740
+       * g++.dg/cpp0x/constexpr-97740a.C: New test.
+       * g++.dg/cpp0x/constexpr-97740b.C: New test.
+
+2025-09-11  Richard Sandiford  <[email protected]>
+
+       PR rtl-optimization/121757
+       * g++.dg/pr121757.C: New test.
+
 2025-09-09  Harald Anlauf  <[email protected]>
 
        Backported from master:

Reply via email to