https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
--- Comment #100 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7a610d44d855424518ecb4429ea5226ed2c32543 commit r14-3749-g7a610d44d855424518ecb4429ea5226ed2c32543 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Sep 6 17:31:23 2023 +0200 libgcc: Generated tables for _BitInt <-> _Decimal* conversions [PR102989] The following patch adds a header with generated helper tables to support computation of powers of 10 from 10^0 to 10^6111 inclusive into a sufficiently large array of _BitInt limbs. This is split from the rest of the libgcc _BitInt support because it is quite large and together it would run into gcc-patches mail length limits. 2023-09-06 Jakub Jelinek <ja...@redhat.com> PR c/102989 libgcc/ * soft-fp/bitintpow10.h: New file.