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 in repository toolchain/ci/gcc.
from e12f66d96fe c: [PR32122] Require pointer types for computed gotos adds 26c09ae12d2 libstdc++: Fix 48631_neg test in _GLIBCXX_INLINE_VERSION mode adds 2fcfc7d6686 libstdc++: Fix return values for atomic wait on futex adds daa762f01d8 c++: ttp matching with constrained auto parm [PR99909] adds 68c081bb437 RISC-V: Pattern name fix mul*3_highpart -> smul*3_highpart. adds fd1334791e8 Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 6 + gcc/ChangeLog | 150 ++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 10 ++ gcc/config/riscv/riscv.md | 10 +- gcc/cp/ChangeLog | 14 ++ gcc/cp/pt.c | 4 +- gcc/testsuite/ChangeLog | 118 ++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ttp3.C | 11 ++ libgcc/ChangeLog | 5 + libgomp/ChangeLog | 12 ++ libstdc++-v3/ChangeLog | 152 +++++++++++++++++++++ libstdc++-v3/include/bits/atomic_timed_wait.h | 8 +- .../testsuite/20_util/default_delete/48631_neg.cc | 2 +- 14 files changed, 491 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp3.C