This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 60b6f5c0a33 c++: Don't clear TREE_READONLY for -fmerge-all-constants fo [...] new 246127ab238 libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703] new c227508d06a c++ testsuite: Add test for PR107703
The 2 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/optabs.cc | 48 ++- gcc/testsuite/g++.dg/cpp23/ext-floating.h | 3 +- gcc/testsuite/g++.dg/cpp23/ext-floating14.C | 585 ++++++++++++++++++++++++++ libgcc/config/i386/64/t-softfp | 5 +- libgcc/config/i386/libgcc-glibc.ver | 2 + libgcc/soft-fp/{floattitf.c => floattibf.c} | 18 +- libgcc/soft-fp/{floatdidf.c => floatuntibf.c} | 18 +- 7 files changed, 656 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/ext-floating14.C copy libgcc/soft-fp/{floattitf.c => floattibf.c} (84%) copy libgcc/soft-fp/{floatdidf.c => floatuntibf.c} (84%)