This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from 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 [...] adds 0e90799071e libstdc++: Avoid use of hardware interference non-constant [...] adds ae2df1a347f ctf: Do not warn for CTF not supported for GNU GIMPLE adds 1848fbf0546 ctfc: Free CTF container elements in ctfc_delete_container () adds 7f78718b795 libstdc++: Move C++14 <chrono> components to new <bits/chro [...] new fba228e259d c++: NTTP with array/function type after substitution [PR61355]
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: 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 | 6 + gcc/ctfc.c | 9 +- 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/template/param6.C | 32 + gcc/testsuite/g++.dg/torture/pr102581.C | 51 + gcc/testsuite/g++.dg/warn/Winit-list5.C | 61 + gcc/testsuite/g++.old-deja/g++.pt/nontype5.C | 2 +- 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 | 17 +- 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 + libstdc++-v3/ChangeLog | 13 + libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/atomic_futex.h | 3 +- libstdc++-v3/include/bits/atomic_timed_wait.h | 3 +- libstdc++-v3/include/bits/atomic_wait.h | 8 +- libstdc++-v3/include/bits/chrono.h | 1392 ++++++++++++++++++++ libstdc++-v3/include/bits/erase_if.h | 3 +- libstdc++-v3/include/bits/fs_fwd.h | 2 +- libstdc++-v3/include/bits/semaphore_base.h | 4 +- libstdc++-v3/include/bits/this_thread_sleep.h | 4 +- libstdc++-v3/include/bits/unique_lock.h | 2 +- libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +- libstdc++-v3/include/experimental/chrono | 2 +- libstdc++-v3/include/experimental/deque | 8 +- libstdc++-v3/include/experimental/io_context | 2 +- libstdc++-v3/include/experimental/map | 10 +- libstdc++-v3/include/experimental/netfwd | 2 +- libstdc++-v3/include/experimental/set | 10 +- libstdc++-v3/include/experimental/timer | 2 +- libstdc++-v3/include/experimental/unordered_map | 12 +- libstdc++-v3/include/experimental/unordered_set | 11 +- libstdc++-v3/include/experimental/vector | 8 +- libstdc++-v3/include/std/chrono | 1380 +------------------ libstdc++-v3/include/std/condition_variable | 3 +- libstdc++-v3/include/std/deque | 28 +- libstdc++-v3/include/std/map | 10 +- libstdc++-v3/include/std/mutex | 2 +- libstdc++-v3/include/std/set | 10 +- libstdc++-v3/include/std/shared_mutex | 2 +- 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 +- 80 files changed, 2866 insertions(+), 1638 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/template/param6.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/chrono.h