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

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

https://gcc.gnu.org/g:5ef8bbce1446a11e7b13581dcc2528f058b853c5

commit r15-9733-g5ef8bbce1446a11e7b13581dcc2528f058b853c5
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