This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32d16fe9d7e c++: Implement C++23 P2647R1 - Permitting static constexpr [...] new b1115dbfea4 i386: Outline fast BF -> SF conversion and fix up sNaN hand [...]
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/config/i386/i386-expand.cc | 26 +++++++++++++++++ gcc/config/i386/i386-protos.h | 1 + gcc/config/i386/i386.md | 48 +++----------------------------- gcc/testsuite/gcc.target/i386/pr107628.c | 11 ++++++++ 4 files changed, 42 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr107628.c