This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 98d7f305d50 x86: Use XMM31 for scratch SSE register adds e9f64fff64d libstdc++: Reduce header dependencies in <regex> adds 07b70dfc4ea libstdc++: Add testsuite proc for testing deprecated features adds 7f2f4b87910 libstdc++: Deprecate std::random_shuffle for C++14 adds 9bd87e38872 libstdc++: Remove trailing whitespace in some tests adds 13a1ac9f6f7 libstdc++: Specialize allocator_traits<pmr::polymorphic_all [...] adds 5c6759e4160 libstdc++: Replace TR1 components with C++11 ones in test utils adds a77a46d9aeb libstdc++: Suppress redundant definitions of inline variables adds eaa93a0f3d9 rs6000: Add support for _mm_minpos_epu16 adds 0f44b097321 rs6000: Add test for _mm_minpos_epu16 adds aabf07cd5dc Disable a test case in ILP32 [PR101688]. adds f9ad3d5339f Fixes for AutoFDO tests adds 0ed093c7c3f Fix indir-call-prof-2.c with AutoFDO adds 9265b378531 Fixes for AutoFDO testing adds 285aa6895d4 Fix indirect call inlining with AutoFDO adds ebff536cf40 rs6000: "e" is not a free constraint letter adds 3a7794b469f rs6000: Replace & by && adds cbbd439a33e compiler: check slice to pointer-to-array conversion element type adds e435e72ad71 compile, runtime: make selectnbrecv return two values adds fa1407c7613 Daily bump. adds 22e40cc7feb compiler: support new language constructs in escape analysis
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 101 ++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 6 + gcc/auto-profile.c | 13 +- gcc/config/rs6000/constraints.md | 2 +- gcc/config/rs6000/smmintrin.h | 27 +++ gcc/config/rs6000/vsx.md | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 63 +++++- gcc/go/gofrontend/expressions.cc | 49 +---- gcc/go/gofrontend/expressions.h | 75 +++++++ gcc/go/gofrontend/runtime.def | 8 +- gcc/go/gofrontend/statements.cc | 59 +++--- gcc/go/gofrontend/types.cc | 4 +- gcc/testsuite/ChangeLog | 62 ++++++ gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C | 4 +- gcc/testsuite/g++.dg/tree-prof/morefunc.C | 7 +- gcc/testsuite/g++.dg/tree-prof/reorder.C | 6 +- gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C | 7 +- gcc/testsuite/gcc.dg/tree-prof/indir-call-prof-2.c | 8 +- gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c | 2 +- .../gcc.target/powerpc/sse4_1-phminposuw.c | 68 +++++++ gcc/testsuite/lib/profopt.exp | 6 +- gcc/testsuite/lib/target-supports.exp | 2 +- libgo/go/runtime/chan.go | 31 +-- libsanitizer/ChangeLog | 5 + libstdc++-v3/ChangeLog | 117 +++++++++++ libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 4 + libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/xml/manual/evolution.xml | 10 + libstdc++-v3/include/bits/c++config | 10 + libstdc++-v3/include/bits/random.tcc | 2 + libstdc++-v3/include/bits/regex_executor.h | 7 +- libstdc++-v3/include/bits/regex_executor.tcc | 2 +- libstdc++-v3/include/bits/regex_scanner.tcc | 4 +- libstdc++-v3/include/bits/stl_algo.h | 10 +- libstdc++-v3/include/std/memory_resource | 132 ++++++++++++- libstdc++-v3/include/std/ratio | 10 + libstdc++-v3/include/std/regex | 18 +- libstdc++-v3/include/std/type_traits | 2 + .../20_util/function_objects/binders/3113.cc | 24 +-- libstdc++-v3/testsuite/20_util/pair/cons/99957.cc | 1 + .../20_util/shared_ptr/assign/auto_ptr.cc | 3 +- .../20_util/shared_ptr/assign/auto_ptr_neg.cc | 3 +- .../20_util/shared_ptr/assign/auto_ptr_rvalue.cc | 3 +- .../testsuite/20_util/shared_ptr/cons/43820_neg.cc | 1 + .../testsuite/20_util/shared_ptr/cons/auto_ptr.cc | 1 + .../20_util/shared_ptr/cons/auto_ptr_neg.cc | 1 + .../testsuite/20_util/shared_ptr/creation/dr925.cc | 7 +- .../testsuite/20_util/unique_ptr/cons/auto_ptr.cc | 3 +- .../20_util/unique_ptr/cons/auto_ptr_neg.cc | 3 +- .../23_containers/forward_list/operations/3.cc | 4 +- .../25_algorithms/headers/algorithm/synopsis.cc | 220 +++++++++++---------- .../testsuite/25_algorithms/random_shuffle/1.cc | 2 + .../25_algorithms/random_shuffle/59603.cc | 1 + .../25_algorithms/random_shuffle/moveable.cc | 1 + .../requirements/explicit_instantiation/2.cc | 5 +- .../requirements/explicit_instantiation/pod.cc | 5 +- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../28_regex/traits/char/lookup_classname.cc | 1 + .../28_regex/traits/char/lookup_collatename.cc | 1 + .../testsuite/29_atomics/atomic/cons/assign_neg.cc | 2 +- .../testsuite/29_atomics/atomic/cons/copy_neg.cc | 2 +- .../29_atomics/atomic_integral/cons/assign_neg.cc | 2 +- .../29_atomics/atomic_integral/cons/copy_neg.cc | 2 +- .../atomic_integral/operators/bitwise_neg.cc | 6 +- .../atomic_integral/operators/decrement_neg.cc | 6 +- .../atomic_integral/operators/increment_neg.cc | 6 +- .../ext/pb_ds/example/priority_queue_erase_if.cc | 2 + .../ext/pb_ds/example/priority_queue_split_join.cc | 2 + libstdc++-v3/testsuite/lib/dg-options.exp | 5 + .../testsuite/util/testsuite_common_types.h | 18 +- 75 files changed, 990 insertions(+), 312 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/sse4_1-phminposuw.c