This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f49267e1636 sh: Make *minus_plus_one work after RA new e2fb245b07f libstdc++: Initialize base in test allocator's constructor new 510ce5eed69 libstdc++: Fix std::to_array for trivial-ish types [PR115522] new f906b107634 libstdc++: Fix __cpp_lib_chrono for old std::string ABI
The 3 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/bits/version.def | 1 + libstdc++-v3/include/bits/version.h | 2 +- libstdc++-v3/include/std/array | 8 ++++-- .../23_containers/array/creation/115522.cc | 33 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/time/syn_c++20.cc | 11 ++++++-- libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 6 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/array/creation/115522.cc