This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 4230c28094e Daily bump. new 97105bfbdc3 Revert "Fix _Decimal128 arithmetic error under FE_UPWARD."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/testsuite/gcc.target/i386/pr120691.c | 18 -- libgcc/config/libbid/bid128_div.c | 135 +------- libgcc/config/libbid/bid128_rem.c | 34 -- libgcc/config/libbid/bid128_sqrt.c | 43 +-- libgcc/config/libbid/bid64_div.c | 530 ++++++++++++------------------- libgcc/config/libbid/bid64_sqrt.c | 41 +-- 6 files changed, 215 insertions(+), 586 deletions(-) delete mode 100644 gcc/testsuite/gcc.target/i386/pr120691.c mode change 100755 => 100644 libgcc/config/libbid/bid128_div.c mode change 100755 => 100644 libgcc/config/libbid/bid128_rem.c mode change 100755 => 100644 libgcc/config/libbid/bid128_sqrt.c mode change 100755 => 100644 libgcc/config/libbid/bid64_div.c mode change 100755 => 100644 libgcc/config/libbid/bid64_sqrt.c