This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 012f5a22bac ipa: Rationalize IPA-VR computations across pass-through ju [...] new 45cc42d6dc0 libstdc++: Make equal and is_permutation short-circuit (LWG 3560)
The 1 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_algo.h | 7 +++ libstdc++-v3/include/bits/ranges_algobase.h | 7 +++ libstdc++-v3/include/bits/stl_algo.h | 13 +++--- libstdc++-v3/include/bits/stl_algobase.h | 44 ++++++++++--------- .../testsuite/25_algorithms/equal/lwg3560.cc | 49 +++++++++++++++++++++ .../25_algorithms/is_permutation/lwg3560.cc | 51 ++++++++++++++++++++++ 6 files changed, 145 insertions(+), 26 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/equal/lwg3560.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/is_permutation/lwg3560.cc