This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e9c2b8a224b Regenerate `liboffloadmic/plugin/configure' for r275564 ("[ [...] new cad80ed5bea Fix non-reserved names in Parallel Mode headers new a7fff29edd8 Disable tests that aren't valid in parallel mode new 017a72d5408 Make some parallel mode algorithms usable in constexpr contexts new c03bf35f63a Make some new algorithms work in parallel mode
The 4 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 | 47 ++++++++++++++++++++++ libstdc++-v3/include/experimental/algorithm | 6 +-- libstdc++-v3/include/parallel/algo.h | 11 +++-- libstdc++-v3/include/parallel/algobase.h | 42 ++++++++++++++++++- libstdc++-v3/include/parallel/algorithmfwd.h | 4 ++ libstdc++-v3/include/parallel/multiway_merge.h | 12 +++--- libstdc++-v3/include/parallel/multiway_mergesort.h | 20 ++++----- libstdc++-v3/include/parallel/numericfwd.h | 14 +++---- libstdc++-v3/testsuite/17_intro/names.cc | 1 + .../17_intro/using_namespace_std_tr1_neg.cc | 2 +- libstdc++-v3/testsuite/20_util/hash/84998.cc | 1 + .../deque/types/pmr_typedefs_debug.cc | 1 + .../forward_list/pmr_typedefs_debug.cc | 1 + .../23_containers/list/pmr_typedefs_debug.cc | 1 + .../23_containers/map/pmr_typedefs_debug.cc | 1 + .../23_containers/multimap/pmr_typedefs_debug.cc | 1 + .../23_containers/multiset/pmr_typedefs_debug.cc | 1 + .../23_containers/set/pmr_typedefs_debug.cc | 1 + .../unordered_map/pmr_typedefs_debug.cc | 1 + .../unordered_multimap/pmr_typedefs_debug.cc | 1 + .../unordered_multiset/pmr_typedefs_debug.cc | 1 + .../unordered_set/pmr_typedefs_debug.cc | 1 + .../vector/cons/destructible_debug_neg.cc | 1 + .../vector/types/pmr_typedefs_debug.cc | 1 + .../25_algorithms/binary_search/partitioned.cc | 1 + libstdc++-v3/testsuite/25_algorithms/copy/86658.cc | 1 + .../25_algorithms/equal_range/partitioned.cc | 1 + .../25_algorithms/lexicographical_compare/71545.cc | 1 + .../25_algorithms/lower_bound/partitioned.cc | 1 + .../25_algorithms/upper_bound/partitioned.cc | 1 + 30 files changed, 148 insertions(+), 31 deletions(-)