https://gcc.gnu.org/g:cf0cf4712fd1c3ec611278089f9f1b02c61b43d9
commit r14-12071-gcf0cf4712fd1c3ec611278089f9f1b02c61b43d9 Author: GCC Administrator <[email protected]> Date: Fri Oct 10 00:25:57 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 54 +++++++++++++++++++++++++ libgcc/config/avr/libf7/ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 80c58c12bccf..4f7062df3d1c 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251009 +20251010 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index edfd910a667e..50be35ac6151 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,57 @@ +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122222 + * gcc.target/avr/pr122222-sitod.c: New test. + +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122220 + * gcc.target/avr/pr122220.c: New test. + +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122210 + * gcc.target/avr/dtofx.c: New test. + +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122210 + * gcc.target/avr/fxtod.c: New test. + +2025-10-09 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-09 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-09 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-07 Georg-Johann Lay <[email protected]> Backported from master: diff --git a/libgcc/config/avr/libf7/ChangeLog b/libgcc/config/avr/libf7/ChangeLog index c7dc1d938684..89c14719a1fe 100644 --- a/libgcc/config/avr/libf7/ChangeLog +++ b/libgcc/config/avr/libf7/ChangeLog @@ -1,3 +1,86 @@ +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + 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 <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122220 + * libf7-asm.sx (to_integer): Return 0x80... on negative overflow. + +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122210 + * libf7-common.mk (F7_ASM_PARTS): Add D2<fx> modules. + * libf7-asm.sx: Implement the D2<fx> modules. + +2025-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-10-09 Georg-Johann Lay <[email protected]> + + PR target/122210 + * libf7-common.mk (F7_ASM_PARTS): Add <fx>2D modules. + * libf7-asm.sx: Implement the <fx>2D modules. + +2025-10-09 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-09 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-09 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-10-09 Georg-Johann Lay <[email protected]> + + Backported from master: + 2025-05-27 Georg-Johann Lay <[email protected]> + + 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 <[email protected]> Backported from master:
