This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4b4b51445f7 libstdc++: Rearrange tests for <bitset> new 9194c13909b libstdc++: Implement constexpr std::bitset for C++23 (P2417R2) new 3ad3f53bb3c libiberty: Refer to Bugzilla in README
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: libiberty/README | 2 +- libstdc++-v3/include/std/bitset | 244 ++++++++++++++------- libstdc++-v3/include/std/version | 1 + .../testsuite/20_util/bitset/access/constexpr.cc | 55 +++++ .../20_util/bitset/cons/constexpr_c++23.cc | 53 +++++ .../testsuite/20_util/bitset/count/constexpr.cc | 93 ++++++++ .../testsuite/20_util/bitset/ext/constexpr.cc | 32 +++ .../20_util/bitset/operations/constexpr_c++23.cc | 31 +++ libstdc++-v3/testsuite/20_util/bitset/version.cc | 10 + 9 files changed, 441 insertions(+), 80 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/bitset/access/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/bitset/cons/constexpr_c++23.cc create mode 100644 libstdc++-v3/testsuite/20_util/bitset/count/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/bitset/ext/constexpr.cc create mode 100644 libstdc++-v3/testsuite/20_util/bitset/operations/constexpr_c++23.cc create mode 100644 libstdc++-v3/testsuite/20_util/bitset/version.cc