This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aba6416e95a testsuite: Fix up new51.C test on various targets [PR108533] new 33ed1108583 libstdc++: Include std::ranges::subrange definition in <tup [...] new e00d5cafbe1 libstdc++: Use /etc/sysconfig/clock for std::chrono::curren [...]
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/ranges_base.h | 2 +- libstdc++-v3/include/std/tuple | 16 ++++++-- libstdc++-v3/src/c++20/tzdb.cc | 24 +++++++++++- .../20_util/tuple/make_from_tuple/dangling_ref.cc | 5 +++ .../20_util/tuple/make_from_tuple/tuple_like.cc | 43 ++++++++++++++++++++++ 5 files changed, 83 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/dangling_ref.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/tuple_like.cc