This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 15670d4477c PR modula2/120912: Request for a procedure to obtain a file [...] new f5282f74029 testsuite: Fix up gcc.target/powerpc/builtin_altivec_tr_stx [...] new 6f69a68998f libstdc++: Use ranges::iter_move in ranges::unique [PR120789] new 17e9ae215f9 libstdc++: Use ranges::iter_move in ranges::remove_if [PR120789]
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: .../powerpc/builtin_altivec_tr_stxvr_runnable.c | 40 +++++++++++----------- libstdc++-v3/include/bits/ranges_algo.h | 4 +-- .../testsuite/25_algorithms/remove_if/120789.cc | 36 +++++++++++++++++++ .../testsuite/25_algorithms/unique/120789.cc | 36 +++++++++++++++++++ 4 files changed, 94 insertions(+), 22 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/remove_if/120789.cc create mode 100644 libstdc++-v3/testsuite/25_algorithms/unique/120789.cc