https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120441

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Georg-Johann Lay
<g...@gcc.gnu.org>:

https://gcc.gnu.org/g:3a7f080596a24af47146fb28a00b28677deebd98

commit r13-9700-g3a7f080596a24af47146fb28a00b28677deebd98
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)

Reply via email to