This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8fd65ace9ef testcase for 2-2 combine new b7f8b1793a2 Add workaround for aligned_alloc bug on AIX new a8793a27ca6 PR libstdc++/86734 make reverse_iterator::operator-> more robust
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/ChangeLog | 13 +++ libstdc++-v3/include/bits/stl_iterator.h | 20 +++- libstdc++-v3/libsupc++/new_opa.cc | 6 ++ libstdc++-v3/testsuite/18_support/new_aligned.cc | 119 +++++++++++++++++++++ .../24_iterators/reverse_iterator/dr1052.cc | 82 ++++++++++++++ .../reverse_iterator/dr2188.cc} | 30 +++--- 6 files changed, 255 insertions(+), 15 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/new_aligned.cc create mode 100644 libstdc++-v3/testsuite/24_iterators/reverse_iterator/dr1052.cc copy libstdc++-v3/testsuite/{21_strings/basic_string/dr2268.cc => 24_iterators/rev [...]