https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120691
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:287f00d1177ebec6729667f7e0608b461d4466a4 commit r15-10268-g287f00d1177ebec6729667f7e0608b461d4466a4 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. (cherry picked from commit 50064b2898edfb83bc37f2597a35cbd3c1c853e3)