This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5e7cfc1d3d Honor prefix and suffix when installing cobol binaries and [...] new 7ee31bc9276 libstdc++: Implement <stdbit.h> for C++26 (P3370R1) new d4c7de7dc92 libstdc++: Implement <stdckdint.h> for C++26 (P3370R1)
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: libstdc++-v3/include/Makefile.am | 2 + libstdc++-v3/include/Makefile.in | 2 + libstdc++-v3/include/c_compatibility/stdbit.h | 582 +++++++++++++++++++++ libstdc++-v3/include/c_compatibility/stdckdint.h | 113 ++++ libstdc++-v3/src/c++23/std.compat.cc.in | 37 ++ libstdc++-v3/testsuite/20_util/stdbit/1.cc | 320 +++++++++++ libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc | 45 ++ libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc | 63 +++ .../testsuite/26_numerics/stdckdint/2_neg.cc | 39 ++ 9 files changed, 1203 insertions(+) create mode 100644 libstdc++-v3/include/c_compatibility/stdbit.h create mode 100644 libstdc++-v3/include/c_compatibility/stdckdint.h create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/stdbit/2_neg.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/1.cc create mode 100644 libstdc++-v3/testsuite/26_numerics/stdckdint/2_neg.cc