This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/gcc.
from ad451b020a2 Add range intersect with 2 wide-ints. adds 881d1689a42 libstdc++: Implement std::move_only_function for C++23 (P0288R9) adds 2e3d50c0951 libsanitizer: Merge with upstream adds bb8adf080ef libsanitizer: Apply local patches adds 929cb75e429 libsanitizer: Update LOCAL_PATCHES adds 6aab794614d c++: One more spaceship test. adds 57c7ec62ee0 Daily bump. adds 6496ae5c965 Properly parse invariant &MEM addresses in the GIMPLE FE adds 6ca03ca35a5 amdgcn: Support LLVM 13 assembler syntax adds 205dafb6ede amdgcn: Implement -msram-ecc=any adds 81c362c7c2b amdgcn: Fix assembler version incompatibility adds 8ae3b44a523 build: Fix --enable-gather-detailed-mem-stats adds 4fcf7f6800f MAINTAINERS: Add myself to DCO section adds 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT adds 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...] adds 44b61586d86 Fix access node merging adds 9b239d05ffd c++: Do not warn about lifetime of std::initializer_list<T> [...] adds 2e6e0d86a06 c++: variadic ttp constraint subsumption [PR99904] adds 1a7d452c092 ipa: Fix ICE when speculating calls from inlined functions [...] adds 555fa3545ef Introduce smul_highpart and umul_highpart RTX for high-part [...] adds 5c1838c0165 tree-object-size: Drop unused pdecl and poff arguments adds 561078480ff libstdc++: Avoid debug checks in uniform container erasure [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 3 +- gcc/ChangeLog | 53 ++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 14 ++ gcc/c-family/c-common.c | 4 +- gcc/c/c-typeck.c | 4 + gcc/config.in | 44 +++- gcc/config/gcn/gcn-hsa.h | 65 ++++- gcc/config/gcn/gcn-valu.md | 16 +- gcc/config/gcn/gcn.c | 50 +++- gcc/config/gcn/mkoffload.c | 112 ++++++--- gcc/configure | 266 +++++++++++++++++++-- gcc/configure.ac | 108 +++++++-- gcc/cp/ChangeLog | 49 ++++ gcc/cp/init.c | 11 +- gcc/cp/pt.c | 2 + gcc/doc/invoke.texi | 12 +- gcc/doc/md.texi | 6 +- gcc/doc/rtl.texi | 12 + gcc/dwarf2out.c | 2 + gcc/fortran/ChangeLog | 5 + gcc/ipa-modref-tree.h | 8 +- gcc/ipa-prop.c | 40 +++- gcc/rtl.def | 5 + gcc/simplify-rtx.c | 72 +++++- gcc/testsuite/ChangeLog | 59 +++++ gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C | 33 +++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp4.C | 9 + gcc/testsuite/g++.dg/cpp2a/spaceship-synth8a.C | 25 ++ gcc/testsuite/g++.dg/torture/pr102581.C | 51 ++++ gcc/testsuite/g++.dg/warn/Winit-list5.C | 61 +++++ gcc/testsuite/gcc.dg/gimplefe-47.c | 27 +++ gcc/testsuite/gcc.target/i386/sse2-mmx-paddsb-2.c | 33 +++ gcc/testsuite/gcc.target/i386/sse2-mmx-paddusb-2.c | 25 ++ gcc/testsuite/gcc.target/i386/sse2-mmx-psubsb-2.c | 33 +++ gcc/testsuite/gcc.target/i386/sse2-mmx-psubusb-2.c | 25 ++ gcc/toplev.c | 5 +- gcc/toplev.h | 2 +- gcc/tree-object-size.c | 42 +--- gcc/tree-object-size.h | 3 +- gcc/tree-pretty-print.c | 7 +- gcc/tree-ssa-sccvn.c | 45 ++-- libcpp/ChangeLog | 9 + libsanitizer/ChangeLog | 4 + libsanitizer/LOCAL_PATCHES | 2 +- libsanitizer/MERGE | 2 +- libsanitizer/asan/asan_allocator.cpp | 15 -- libsanitizer/asan/asan_allocator.h | 2 - libsanitizer/asan/asan_debugging.cpp | 5 +- libsanitizer/asan/asan_stats.cpp | 4 +- libsanitizer/hwasan/hwasan.cpp | 4 +- libsanitizer/hwasan/hwasan_setjmp_x86_64.S | 2 + libsanitizer/lsan/lsan_common.cpp | 56 ++--- libsanitizer/lsan/lsan_common.h | 3 + libsanitizer/sanitizer_common/sanitizer_asm.h | 4 + .../sanitizer_chained_origin_depot.cpp | 11 +- .../sanitizer_chained_origin_depot.h | 9 +- .../sanitizer_common_interceptors_vfork_i386.inc.S | 1 + ...anitizer_common_interceptors_vfork_x86_64.inc.S | 1 + .../sanitizer_common/sanitizer_common_libcdep.cpp | 20 +- libsanitizer/sanitizer_common/sanitizer_hash.h | 24 ++ .../sanitizer_platform_interceptors.h | 4 +- .../sanitizer_platform_limits_freebsd.cpp | 21 ++ .../sanitizer_platform_limits_freebsd.h | 16 ++ .../sanitizer_common/sanitizer_stackdepot.cpp | 49 ++-- .../sanitizer_common/sanitizer_stackdepot.h | 10 +- .../sanitizer_common/sanitizer_stackdepotbase.h | 9 +- libsanitizer/tsan/tsan_interceptors.h | 6 +- libsanitizer/tsan/tsan_interceptors_posix.cpp | 13 +- libsanitizer/tsan/tsan_interface.cpp | 5 +- libsanitizer/tsan/tsan_platform_linux.cpp | 18 +- libsanitizer/tsan/tsan_platform_mac.cpp | 62 ++--- libsanitizer/tsan/tsan_rtl.cpp | 8 +- libsanitizer/tsan/tsan_rtl.h | 9 +- libsanitizer/tsan/tsan_rtl_amd64.S | 6 + libstdc++-v3/ChangeLog | 13 + libstdc++-v3/include/Makefile.am | 2 + libstdc++-v3/include/Makefile.in | 2 + libstdc++-v3/include/bits/erase_if.h | 3 +- libstdc++-v3/include/bits/mofunc_impl.h | 200 ++++++++++++++++ libstdc++-v3/include/bits/move_only_function.h | 204 ++++++++++++++++ libstdc++-v3/include/experimental/deque | 8 +- libstdc++-v3/include/experimental/map | 10 +- libstdc++-v3/include/experimental/set | 10 +- libstdc++-v3/include/experimental/unordered_map | 12 +- libstdc++-v3/include/experimental/unordered_set | 11 +- libstdc++-v3/include/experimental/vector | 8 +- libstdc++-v3/include/std/deque | 28 +-- libstdc++-v3/include/std/functional | 3 + libstdc++-v3/include/std/map | 10 +- libstdc++-v3/include/std/set | 10 +- libstdc++-v3/include/std/string | 18 +- libstdc++-v3/include/std/unordered_map | 12 +- libstdc++-v3/include/std/unordered_set | 11 +- libstdc++-v3/include/std/vector | 26 +- libstdc++-v3/include/std/version | 1 + .../testsuite/20_util/move_only_function/call.cc | 199 +++++++++++++++ .../testsuite/20_util/move_only_function/cons.cc | 98 ++++++++ .../testsuite/20_util/move_only_function/move.cc | 109 +++++++++ .../20_util/move_only_function/version.cc | 10 + 100 files changed, 2460 insertions(+), 422 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp4.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth8a.C create mode 100644 gcc/testsuite/g++.dg/torture/pr102581.C create mode 100644 gcc/testsuite/g++.dg/warn/Winit-list5.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-47.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-mmx-paddsb-2.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-mmx-paddusb-2.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-mmx-psubsb-2.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-mmx-psubusb-2.c create mode 100644 libstdc++-v3/include/bits/mofunc_impl.h create mode 100644 libstdc++-v3/include/bits/move_only_function.h create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/call.cc create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/cons.cc create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/move.cc create mode 100644 libstdc++-v3/testsuite/20_util/move_only_function/version.cc