https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120441
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Georg-Johann Lay <g...@gcc.gnu.org>: https://gcc.gnu.org/g:b380d260ba56b30cba7681c43e1b699d05152cdc commit r14-11813-gb380d260ba56b30cba7681c43e1b699d05152cdc Author: Georg-Johann Lay <a...@gjlay.de> Date: Tue May 27 09:43:57 2025 +0200 AVR: target/120441 - Fix f7_exp for |x| ⥠512. f7_exp limited exponents to 512, but 1023 * ln2 â 709, hence 1024 is a correct limit. libgcc/config/avr/libf7/ PR target/120441 * libf7.c (f7_exp): Limit aa->expo to 10 (not to 9). (cherry picked from commit 672569cee76a1927d14b5eb754a5ff0b9cee1bc8)