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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>:

https://gcc.gnu.org/g:50064b2898edfb83bc37f2597a35cbd3c1c853e3

commit r16-3448-g50064b2898edfb83bc37f2597a35cbd3c1c853e3
Author: liuhongt <hongtao....@intel.com>
Date:   Wed Aug 27 18:20:09 2025 -0700

    Fix _Decimal128 arithmetic error under FE_UPWARD.

    libgcc/config/libbid/ChangeLog:

            PR target/120691
            * bid128_div.c: Fix _Decimal128 arithmetic error under
            FE_UPWARD.
            * bid128_rem.c: Ditto.
            * bid128_sqrt.c: Ditto.
            * bid64_div.c (bid64_div): Ditto.
            * bid64_sqrt.c (bid64_sqrt): Ditto.

    gcc/testsuite/ChangeLog:

            * gcc.target/i386/pr120691.c: New test.

Reply via email to