https://gcc.gnu.org/g:774ee96d095baebfc6608cfc14787b01e90c00ef

commit r15-10396-g774ee96d095baebfc6608cfc14787b01e90c00ef
Author: GCC Administrator <[email protected]>
Date:   Tue Oct 7 00:27:45 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP                     |  2 +-
 gcc/testsuite/ChangeLog           | 22 ++++++++++++++++++++++
 libgcc/config/avr/libf7/ChangeLog | 30 ++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index aa218a9290f7..6a36bef6ea5e 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251006
+20251007
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 54c935db6720..66ee6a96bc5d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,25 @@
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       * gcc.target/avr/sincos-1.c: New test.
+
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       PR target/122177
+       * gcc.target/avr/fminfmax-1.c: New test.
+
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       * gcc.target/avr/cmpdi-1.c: New test.
+
 2025-10-05  Eric Botcazou  <[email protected]>
 
        PR ada/113536
diff --git a/libgcc/config/avr/libf7/ChangeLog 
b/libgcc/config/avr/libf7/ChangeLog
index 2a34ec1d8c5d..eb4d3efdb10b 100644
--- a/libgcc/config/avr/libf7/ChangeLog
+++ b/libgcc/config/avr/libf7/ChangeLog
@@ -1,3 +1,33 @@
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       * libf7-common.mk (F7_ASM_PARTS): Add D_sincos.
+       * libf7-asm.sx: (D_sincos): New module implements sincos / sincosl.
+
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       PR target/122177
+       * libf7-common.mk (m_ddd): Remove: fmin, fmax.
+       (F7_ASM_PARTS): Add: D_fminfmax.
+       * libf7-asm.sx (D_fmanfmax): New module.
+       * f7-wraps.h: Rebuild.
+
+2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       Backported from master:
+       2025-10-06  Georg-Johann Lay  <[email protected]>
+
+       * libf7-common.mk (g_xdd_cmp): Remove le, lt, ge, gt, ne, eq, unord.
+       (F7_ASM_PARTS): Add D_cmp, D_eq, D_ne, D_ge, D_gt, D_le, D_lt, D_unord.
+       * libf7-asm.sx (D_cmp, D_eq, D_ne, D_ge, D_gt, D_le, D_lt, D_unord):
+       New modules.
+       * f7-wraps.h: Rebuild.
+
 2025-08-08  Release Manager
 
        * GCC 15.2.0 released.

Reply via email to