]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Nov 2025 00:26:17 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Nov 2025 00:26:17 +0000 (00:26 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 90fa0bf788b5c7723cf62f063d85a6719fc9f676..af8c24da51d6e9860bc0229fb0f1c8a244909bbc 100644 (file)
@@ -1,3 +1,25 @@
+2025-11-02  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-11-02  Georg-Johann Lay  <avr@gjlay.de>
+
+       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  <avr@gjlay.de>
+
+       Backported from master:
+       2025-11-02  Georg-Johann Lay  <avr@gjlay.de>
+
+       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  <tamar.christina@arm.com>
 
        Backported from master:
index befd7357351d5c079855969702df3147707bf51f..2bb6e40da9a3aa3590b9f1004a9071c5e7ef9200 100644 (file)
@@ -1 +1 @@
-20251102
+20251103
index 27614bb444749271b80eb9e941fa98001b7eb18f..8cc3c79e347e8f003ba4edbc43ac6cc5c5e6d087 100644 (file)
@@ -1,3 +1,13 @@
+2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       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  <nathanieloshead@gmail.com>
 
        Backported from master:
index 91238e7e862a97eff8af741979e8adfae6bd631a..76e16807516e5412a3b9350075b9f5ed0cf3af90 100644 (file)
@@ -1,3 +1,12 @@
+2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-11-02  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       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  <anlauf@gmx.de>
 
        Backported from master: