https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120441
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <g...@gcc.gnu.org>: https://gcc.gnu.org/g:672569cee76a1927d14b5eb754a5ff0b9cee1bc8 commit r16-890-g672569cee76a1927d14b5eb754a5ff0b9cee1bc8 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).