This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7580e39452b icf: Reset SSA_NAME_{PTR,RANGE}_INFO in successfully merged [...] new fd710438840 gcn: Fix a comment typo new df483ebd246 libstdc++: Add nodiscard in <algorithm> new f89cfdb2f2e libstdc++: Fix std::format("{}", negative_integer) [PR114325]
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/config/gcn/gcn-hsa.h | 2 +- libstdc++-v3/include/bits/stl_algo.h | 102 ++++++++++----------- libstdc++-v3/include/bits/stl_algobase.h | 32 +++---- libstdc++-v3/include/bits/stl_heap.h | 8 +- libstdc++-v3/include/std/format | 7 +- .../testsuite/25_algorithms/equal/debug/1_neg.cc | 1 + .../testsuite/25_algorithms/equal/debug/2_neg.cc | 1 + .../testsuite/25_algorithms/equal/debug/3_neg.cc | 1 + .../25_algorithms/find_first_of/concept_check_1.cc | 1 + .../testsuite/25_algorithms/is_permutation/2.cc | 1 + .../25_algorithms/lexicographical_compare/71545.cc | 1 + .../testsuite/25_algorithms/lower_bound/33613.cc | 1 + .../25_algorithms/lower_bound/debug/irreflexive.cc | 1 + .../lower_bound/debug/partitioned_neg.cc | 1 + .../lower_bound/debug/partitioned_pred_neg.cc | 1 + libstdc++-v3/testsuite/25_algorithms/minmax/3.cc | 1 + .../testsuite/25_algorithms/search/78346.cc | 1 + .../testsuite/25_algorithms/search_n/58358.cc | 1 + libstdc++-v3/testsuite/25_algorithms/unique/1.cc | 1 + .../testsuite/25_algorithms/unique/11480.cc | 2 +- .../testsuite/25_algorithms/upper_bound/33613.cc | 1 + .../upper_bound/debug/partitioned_neg.cc | 1 + .../upper_bound/debug/partitioned_pred_neg.cc | 1 + libstdc++-v3/testsuite/ext/concept_checks.cc | 4 + libstdc++-v3/testsuite/ext/is_heap/47709.cc | 1 + libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc | 1 + .../testsuite/std/format/functions/format.cc | 5 + 27 files changed, 105 insertions(+), 76 deletions(-)