This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5e830693dd3 analyzer: update "tainted" state of RHS in comparisons [PR106373] new 3b5567c3ec7 libstdc++: Fix minor bugs in std::common_iterator new 56c999860bb libstdc++: Fix std::common_iterator assignment [PR100823] new 87a9bfe86d8 libstdc++: Fix std::common_iterator triviality [PR100823]
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: libstdc++-v3/include/bits/stl_iterator.h | 152 +++++++++++++++------ .../testsuite/24_iterators/common_iterator/1.cc | 23 +++- .../24_iterators/common_iterator/100823.cc | 58 ++++++++ 3 files changed, 187 insertions(+), 46 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/common_iterator/100823.cc