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

commit r15-10477-ge3f926be483a9c8a0b852fdbca5b4f2ca3df65fc
Author: GCC Administrator <[email protected]>
Date:   Mon Nov 3 00:26:17 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 22 ++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 10 ++++++++++
 gcc/testsuite/ChangeLog |  9 +++++++++
 4 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90fa0bf788b5..af8c24da51d6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,25 @@
+2025-11-02  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-11-02  Georg-Johann Lay  <[email protected]>
+
+       PR target/122527
+       * config/avr/avr.cc (avr_load_libgcc_p): Return false if
+       the address-space is not ADDR_SPACE_FLASH.
+       (avr_out_lpm_no_lpmx [addr=REG]): Handle sizes of 3 and 4 bytes.
+
+2025-11-02  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-11-02  Georg-Johann Lay  <[email protected]>
+
+       PR tree-optimization/118012
+       PR tree-optimization/122505
+       * config/avr/avr.md (mulpsi3): Also allow the insn condition
+       in the case where avropt_pr118012 && !AVR_TINY.
+       (*mulpsi3): Handle split for the !AVR_HAVE_MUL case.
+       (*mulpsi3-nomul.libgcc_split, *mulpsi3-nomul.libgcc): New insns.
+
 2025-10-31  Tamar Christina  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index befd7357351d..2bb6e40da9a3 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251102
+20251103
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 27614bb44474..8cc3c79e347e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2025-11-02  Nathaniel Shead  <[email protected]>
+
+       Backported from master:
+       2025-11-02  Nathaniel Shead  <[email protected]>
+
+       PR c++/122421
+       * module.cc (trees_in::read_var_def): Don't handle class-scope
+       variables anymore.
+       (trees_in::read_class_def): Handle them here instead.
+
 2025-11-01  Nathaniel Shead  <[email protected]>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 91238e7e862a..76e16807516e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2025-11-02  Nathaniel Shead  <[email protected]>
+
+       Backported from master:
+       2025-11-02  Nathaniel Shead  <[email protected]>
+
+       PR c++/122421
+       * g++.dg/modules/inst-6_a.C: New test.
+       * g++.dg/modules/inst-6_b.C: New test.
+
 2025-11-01  Harald Anlauf  <[email protected]>
 
        Backported from master:

Reply via email to