This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad5f8ac1d2f rs6000: Don't let swaps pass break multiply low-part (PR101129) new 1f7182d68c2 libstdc++: Add noexcept to __replacement_assert [PR101429] new 17855eed7fc libstdc++: Fix std::get<T> for std::tuple [PR101427] new 07bd2703047 Change the type of return value of profile_count::value to [...]
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: gcc/gimple-pretty-print.c | 2 +- gcc/profile-count.h | 2 +- gcc/tree-cfg.c | 2 +- libstdc++-v3/include/bits/c++config | 12 +++- libstdc++-v3/include/std/tuple | 69 +++++++++++++++++----- .../20_util/tuple/element_access/101427.cc | 23 ++++++++ .../20_util/tuple/element_access/get_neg.cc | 3 +- 7 files changed, 92 insertions(+), 21 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/element_access/101427.cc