This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ebaa4278716 Daily bump. new 877592a62e9 libstdc++: Use __promote_3 for std::hypot [PR121097] new 31449094637 libstdc++: Fix std::get<T> for std::pair with reference mem [...] new ac28c9730c1 libstdc++: Make CTAD ignore pair(const T1&, const T2&) cons [...]
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/stl_pair.h | 10 ++--- libstdc++-v3/include/c_global/cmath | 4 +- .../testsuite/20_util/pair/astuple/get_by_type.cc | 52 ++++++++++++++++++++++ libstdc++-v3/testsuite/20_util/pair/cons/110853.cc | 10 +++++ 4 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/110853.cc