This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c25d6f15211 LoongArch: doc: Update -m[no-]explicit-relocs for r14-4160 new 55cf4f84379 libstdc++: Define C++23 std::forward_like (P2445R1) new 77cf3773021 libstdc++: Prevent unwanted ADL in std::to_array [PR111512]
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/bits/move.h | 26 ++++++++++ libstdc++-v3/include/bits/version.def | 8 +++ libstdc++-v3/include/bits/version.h | 27 +++++++--- libstdc++-v3/include/std/array | 4 +- libstdc++-v3/include/std/utility | 5 +- libstdc++-v3/testsuite/20_util/forward_like/1.cc | 59 ++++++++++++++++++++++ .../testsuite/20_util/forward_like/2_neg.cc | 10 ++++ .../testsuite/20_util/forward_like/version.cc | 10 ++++ .../23_containers/array/creation/111512.cc | 24 +++++++++ 9 files changed, 161 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/forward_like/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/forward_like/2_neg.cc create mode 100644 libstdc++-v3/testsuite/20_util/forward_like/version.cc create mode 100644 libstdc++-v3/testsuite/23_containers/array/creation/111512.cc