From: GCC Administrator Date: Fri, 10 Oct 2025 00:25:57 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf0cf4712fd1c3ec611278089f9f1b02c61b43d9;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 80c58c12bcc..4f7062df3d1 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251009 +20251010 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index edfd910a667..50be35ac615 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,57 @@ +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122222 + * gcc.target/avr/pr122222-sitod.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122220 + * gcc.target/avr/pr122220.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122210 + * gcc.target/avr/dtofx.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122210 + * gcc.target/avr/fxtod.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + * gcc.target/avr/sincos-1.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + PR target/122177 + * gcc.target/avr/fminfmax-1.c: New test. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + * gcc.target/avr/cmpdi-1.c: New test. + 2025-10-07 Georg-Johann Lay Backported from master: diff --git a/libgcc/config/avr/libf7/ChangeLog b/libgcc/config/avr/libf7/ChangeLog index c7dc1d93868..89c14719a1f 100644 --- a/libgcc/config/avr/libf7/ChangeLog +++ b/libgcc/config/avr/libf7/ChangeLog @@ -1,3 +1,86 @@ +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122222 + * libf7-asm.sx (D_floatsidf, D_floatunsidf): New modules. + * libf7-common.mk (F7_ASM_PARTS): Add D_floatsidf, D_floatunsidf. + (F7F, g_dx): Remove floatunsidf, floatsidf. + * libf7.c (f7_set_s32): Don't alias to f7_floatsidf. + (f7_set_u32): Don't alias to f7_floatunsidf. + * f7-renames.h: Rebuild + * f7-wraps.h: Rebuild. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122220 + * libf7-asm.sx (to_integer): Return 0x80... on negative overflow. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122210 + * libf7-common.mk (F7_ASM_PARTS): Add D2 modules. + * libf7-asm.sx: Implement the D2 modules. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-09 Georg-Johann Lay + + PR target/122210 + * libf7-common.mk (F7_ASM_PARTS): Add 2D modules. + * libf7-asm.sx: Implement the 2D modules. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + * libf7-common.mk (F7_ASM_PARTS): Add D_sincos. + * libf7-asm.sx: (D_sincos): New module implements sincos / sincosl. + +2025-10-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + 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-09 Georg-Johann Lay + + Backported from master: + 2025-10-06 Georg-Johann Lay + + * 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-10-09 Georg-Johann Lay + + Backported from master: + 2025-05-27 Georg-Johann Lay + + PR target/120442 + * libf7-common.mk (LIBF_C_PARTS, m_ddd): Add fdim. + * libf7.h (f7_fdim): New proto. + * libf7.c (f7_fdim): New function. + * f7renames.sh (f7_fdim): Add rename. + * f7-wraps.h: Rebuild + * f7-renames.h: Rebuild + 2025-05-27 Georg-Johann Lay Backported from master: