This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from beb9afcaf14 libgfortran: Verify the presence of all functions for POSIX [...] adds 1a00786414c libstc++: Fix typo in new check_effective_target_gthreads proc adds 71988274865 libstdc++: Only define std::latch if atomic waiting is available adds 61c71a62453 libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT adds d48df6f24ba Daily bump. adds 3493b0c3281 This patch adds absolute jump table support for rs6000. adds 5e9f814d754 rs6000: Change rs6000_expand_vector_set param
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 112 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 396 ++++++++++++++++++++++++++ gcc/c/ChangeLog | 9 + gcc/config/rs6000/rs6000-call.c | 2 +- gcc/config/rs6000/rs6000-protos.h | 3 +- gcc/config/rs6000/rs6000.c | 39 ++- gcc/config/rs6000/rs6000.h | 15 +- gcc/config/rs6000/rs6000.md | 45 ++- gcc/config/rs6000/rs6000.opt | 3 + gcc/config/rs6000/vector.md | 4 +- gcc/cp/ChangeLog | 12 + gcc/testsuite/ChangeLog | 63 ++++ libgfortran/ChangeLog | 22 ++ libstdc++-v3/ChangeLog | 92 ++++++ libstdc++-v3/include/bits/atomic_base.h | 42 ++- libstdc++-v3/include/bits/atomic_timed_wait.h | 7 +- libstdc++-v3/include/bits/atomic_wait.h | 4 +- libstdc++-v3/include/bits/semaphore_base.h | 5 +- libstdc++-v3/include/std/atomic | 54 ++-- libstdc++-v3/include/std/latch | 7 +- libstdc++-v3/include/std/semaphore | 6 +- libstdc++-v3/include/std/version | 6 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 8 +- 24 files changed, 865 insertions(+), 93 deletions(-)