https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122222
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:078208cf15bb373dc7931d6b373689cdff70cdc5 commit r16-4336-g078208cf15bb373dc7931d6b373689cdff70cdc5 Author: Georg-Johann Lay <[email protected]> Date: Thu Oct 9 18:35:34 2025 +0200 AVR: target/122222 - Add modules for __floatsidf, __floatunsidf. PR target/122222 libgcc/config/avr/libf7/ * 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. gcc/testsuite/ * gcc.target/avr/pr122222-sitod.c: New test.
