This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3a39a31b8ae compiler: support -fgo-importcfg new 3162ca09dbd libstdc++: Synchronize PSTL with upstream
The 1 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/pstl/algorithm_fwd.h | 951 +++---- libstdc++-v3/include/pstl/algorithm_impl.h | 2830 ++++++++++---------- libstdc++-v3/include/pstl/execution_defs.h | 76 +- libstdc++-v3/include/pstl/execution_impl.h | 155 +- libstdc++-v3/include/pstl/glue_algorithm_impl.h | 545 ++-- libstdc++-v3/include/pstl/glue_execution_defs.h | 8 +- libstdc++-v3/include/pstl/glue_memory_impl.h | 293 +- libstdc++-v3/include/pstl/glue_numeric_impl.h | 83 +- libstdc++-v3/include/pstl/memory_impl.h | 20 +- libstdc++-v3/include/pstl/numeric_fwd.h | 94 +- libstdc++-v3/include/pstl/numeric_impl.h | 309 ++- libstdc++-v3/include/pstl/parallel_backend.h | 6 + .../include/pstl/parallel_backend_serial.h | 29 +- libstdc++-v3/include/pstl/parallel_backend_tbb.h | 30 +- libstdc++-v3/include/pstl/parallel_impl.h | 19 +- libstdc++-v3/include/pstl/pstl_config.h | 79 +- libstdc++-v3/include/pstl/unseq_backend_simd.h | 22 +- libstdc++-v3/include/pstl/utils.h | 65 +- .../pstl/uninitialized_construct.cc | 4 +- .../pstl/uninitialized_copy_move.cc | 14 +- .../pstl/uninitialized_fill_destroy.cc | 2 +- .../25_algorithms/pstl/alg_merge/inplace_merge.cc | 22 +- .../25_algorithms/pstl/alg_merge/merge.cc | 8 +- .../pstl/alg_modifying_operations/copy_if.cc | 10 +- .../pstl/alg_modifying_operations/copy_move.cc | 37 +- .../pstl/alg_modifying_operations/fill.cc | 4 +- .../pstl/alg_modifying_operations/generate.cc | 15 +- .../alg_modifying_operations/is_partitioned.cc | 12 +- .../pstl/alg_modifying_operations/partition.cc | 19 +- .../alg_modifying_operations/partition_copy.cc | 19 +- .../pstl/alg_modifying_operations/remove.cc | 31 +- .../pstl/alg_modifying_operations/remove_copy.cc | 11 +- .../pstl/alg_modifying_operations/replace.cc | 15 +- .../pstl/alg_modifying_operations/replace_copy.cc | 8 +- .../pstl/alg_modifying_operations/rotate.cc | 14 +- .../pstl/alg_modifying_operations/rotate_copy.cc | 10 +- .../pstl/alg_modifying_operations/swap_ranges.cc | 4 +- .../alg_modifying_operations/transform_binary.cc | 11 +- .../alg_modifying_operations/transform_unary.cc | 2 +- .../pstl/alg_modifying_operations/unique.cc | 22 +- .../alg_modifying_operations/unique_copy_equal.cc | 16 +- .../pstl/alg_nonmodifying/adjacent_find.cc | 14 +- .../25_algorithms/pstl/alg_nonmodifying/all_of.cc | 6 +- .../25_algorithms/pstl/alg_nonmodifying/any_of.cc | 6 +- .../25_algorithms/pstl/alg_nonmodifying/count.cc | 6 +- .../25_algorithms/pstl/alg_nonmodifying/equal.cc | 6 +- .../25_algorithms/pstl/alg_nonmodifying/find.cc | 14 +- .../pstl/alg_nonmodifying/find_end.cc | 110 +- .../pstl/alg_nonmodifying/find_first_of.cc | 14 +- .../25_algorithms/pstl/alg_nonmodifying/find_if.cc | 12 +- .../pstl/alg_nonmodifying/for_each.cc | 4 +- .../pstl/alg_nonmodifying/mismatch.cc | 4 +- .../25_algorithms/pstl/alg_nonmodifying/none_of.cc | 6 +- .../pstl/alg_nonmodifying/nth_element.cc | 13 +- .../25_algorithms/pstl/alg_nonmodifying/reverse.cc | 14 +- .../pstl/alg_nonmodifying/reverse_copy.cc | 13 +- .../pstl/alg_nonmodifying/search_n.cc | 14 +- .../25_algorithms/pstl/alg_sorting/includes.cc | 7 +- .../25_algorithms/pstl/alg_sorting/is_heap.cc | 15 +- .../25_algorithms/pstl/alg_sorting/is_sorted.cc | 4 +- .../pstl/alg_sorting/lexicographical_compare.cc | 4 +- .../pstl/alg_sorting/minmax_element.cc | 2 +- .../25_algorithms/pstl/alg_sorting/partial_sort.cc | 18 +- .../pstl/alg_sorting/partial_sort_copy.cc | 19 +- .../25_algorithms/pstl/alg_sorting/set.cc | 155 +- .../25_algorithms/pstl/alg_sorting/sort.cc | 10 +- .../pstl/numeric_ops/adjacent_difference.cc | 38 +- .../26_numerics/pstl/numeric_ops/reduce.cc | 4 +- .../testsuite/26_numerics/pstl/numeric_ops/scan.cc | 13 +- .../pstl/numeric_ops/transform_reduce.cc | 33 +- .../26_numerics/pstl/numeric_ops/transform_scan.cc | 24 +- libstdc++-v3/testsuite/util/pstl/test_utils.h | 94 +- 72 files changed, 3334 insertions(+), 3286 deletions(-)