This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e441625 Revert "Add non-const overload of std::string::data()" new 2b4a2a0 Make __allocated_ptr::_S_raw_ptr static new 58dbd95 Make basic_string::replace forward to different overload new 530690e libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
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/ChangeLog | 25 +++++++++++++++++ libstdc++-v3/include/bits/allocated_ptr.h | 5 ++-- libstdc++-v3/include/bits/basic_string.h | 2 +- libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/parallel/balanced_quicksort.h | 29 +++++++++++--------- .../include/parallel/compiletime_settings.h | 4 +-- libstdc++-v3/include/parallel/losertree.h | 32 +++++++++++----------- libstdc++-v3/include/parallel/merge.h | 2 +- libstdc++-v3/include/parallel/multiway_merge.h | 24 ++++++++-------- libstdc++-v3/include/parallel/partition.h | 6 ++-- libstdc++-v3/include/parallel/queue.h | 2 +- libstdc++-v3/include/parallel/sort.h | 2 +- ...l_algorithm.cc => parallel_algorithm_assert.cc} | 8 +++++- 13 files changed, 89 insertions(+), 54 deletions(-) copy libstdc++-v3/testsuite/25_algorithms/headers/algorithm/{parallel_algorithm.cc [...]