]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Sep 2025 00:22:12 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Sep 2025 00:22:12 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 645e353b096660901ce76e2de0251b924090d441..2946f9e2bc189b863430e5fa5c779be9fc9b5806 100644 (file)
@@ -1,3 +1,11 @@
+2025-09-15  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr-mcus.def: Support AVR32DA28S, AVR32DA32S,
+       AVR32DA48S, AVR64DA28S, AVR64DA32S, AVR64DA48S AVR64DA64S,
+       AVR128DA28S, AVR128DA32S, AVR128DA48S, AVR128DA64S,
+       AVR32EB14, AVR32EB20, AVR32EB28, AVR32EB32.
+       * doc/avr-mmcu.texi: Rebuild.
+
 2025-09-10  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 7545e0923ebf38218599cdc7004b217f4cda752a..fed526bc14b6477f898f710841df9fc539fe8011 100644 (file)
@@ -1 +1 @@
-20250915
+20250916
index af5ffc07ff83153f8e392b4d677621dedf4a3189..a12f87978d6f117f61384b7ca3f2612cacac4496 100644 (file)
@@ -1,3 +1,12 @@
+2025-09-15  Matthias Kretz  <m.kretz@gsi.de>
+
+       Backported from master:
+       2025-09-09  Matthias Kretz  <m.kretz@gsi.de>
+
+       PR c++/121801
+       * mangle.cc (write_real_cst): Handle 16-bit real and assert
+       that reals have 16 bits or a multiple of 32 bits.
+
 2025-08-08  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 00be26e82bd5ec1be7815f32c459c07549ad6771..a117729881a2fec68bd5123975c0be9ef75f61f5 100644 (file)
@@ -1,3 +1,11 @@
+2025-09-15  Matthias Kretz  <m.kretz@gsi.de>
+
+       Backported from master:
+       2025-09-09  Matthias Kretz  <m.kretz@gsi.de>
+
+       PR c++/121801
+       * g++.dg/abi/pr121801.C: New test.
+
 2025-08-30  liuhongt  <hongtao.liu@intel.com>
 
        Revert: