This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from ceae2c67720 IBM Z: Doc: Add z15/arch13 to the list of -march/-mtune options new 7cacf5a5766 configure: Fix in-tree building of GMP on BSD [PR97302] new 1ab88985631 Backport fix for PR/tree-optimization/97236 - fix bad use o [...] new 36e6194e4bf libstdc++: Add missing P0896 changes to <iterator>
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: configure | 1 + configure.ac | 1 + gcc/testsuite/gcc.dg/vect/pr97236.c | 43 ++++++++++++++++++++++ gcc/tree-vect-stmts.c | 20 +++++----- libstdc++-v3/include/bits/stl_iterator.h | 33 +++++++++++++++++ .../{move_iterator => reverse_iterator}/cust.cc | 24 ++++++------ 6 files changed, 100 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr97236.c copy libstdc++-v3/testsuite/24_iterators/{move_iterator => reverse_iterator}/cust. [...]