This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from b7e208839ee Daily bump. new 44287e850b9 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, 586 insertions(+), 215 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr120691.c mode change 100644 => 100755 libgcc/config/libbid/bid128_div.c mode change 100644 => 100755 libgcc/config/libbid/bid128_rem.c mode change 100644 => 100755 libgcc/config/libbid/bid128_sqrt.c mode change 100644 => 100755 libgcc/config/libbid/bid64_div.c mode change 100644 => 100755 libgcc/config/libbid/bid64_sqrt.c