https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122222
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:fcae8c376adb63b40915624c97c00f717344cb98 commit r14-12070-gfcae8c376adb63b40915624c97c00f717344cb98 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. (cherry picked from commit 078208cf15bb373dc7931d6b373689cdff70cdc5)
