This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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 [...] adds fba228e259d c++: NTTP with array/function type after substitution [PR61355]
No new revisions were added by this update.
Summary of changes: gcc/cp/pt.c | 4 + gcc/ctfc.c | 9 +- gcc/testsuite/g++.dg/template/param6.C | 32 + gcc/testsuite/g++.old-deja/g++.pt/nontype5.C | 2 +- gcc/toplev.c | 12 +- gcc/tree-object-size.c | 42 +- gcc/tree-object-size.h | 3 +- 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 +- 40 files changed, 1609 insertions(+), 1489 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/param6.C create mode 100644 libstdc++-v3/include/bits/chrono.h