This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e47e2f8337 libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async new ff2e49f444e libstdc++: Implement LWG 2439 for std::unique_copy [PR120386] new 0ec5306492b libstdc++: Remove spaces before function parameter list
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/basic_string.h | 4 +- libstdc++-v3/include/bits/ranges_algo.h | 7 +- libstdc++-v3/include/bits/stl_algo.h | 89 ++++++++------- libstdc++-v3/include/bits/stl_deque.h | 2 +- libstdc++-v3/include/bits/stl_vector.h | 4 +- libstdc++-v3/include/bits/vector.tcc | 4 +- .../testsuite/25_algorithms/unique_copy/lwg2439.cc | 127 +++++++++++++++++++++ 7 files changed, 189 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/unique_copy/lwg2439.cc