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 5ec4990bc77 c++: Avoid bogus -Wunused with recent change adds a3ff15afb4c Dump reason why threads are being cancelled and abstract code. adds 779275c0835 Improve backwards threader debugging dumps. adds 62099645c20 Abstract PHI and forwarder block checks in jump threader. adds 01005550377 Do not assume loop header threading in backward threader. adds 3ccb523bdd7 libgcc, soft-float: Fix strong_alias macro use for Darwin. adds 47543e5f9d1 c++: shortcut bad convs during overload resolution [PR101904] adds 8af8abfbbac Implement POINTER_DIFF_EXPR entry in range-op. adds 98f1dd0212d Fix some GC issues in the aarch64 back-end. adds 6b69bf57298 Fix target/102173 ICE after error recovery adds 88974974d81 coroutines: Use DECL_VALUE_EXPR instead of rewriting vars. adds a45a7ecdf34 coroutines: Add a helper for creating local vars. adds addf167a23f coroutines: Support for debugging implementation state.
No new revisions were added by this update.
Summary of changes: gcc/config/aarch64/aarch64-builtins.c | 10 +- gcc/config/aarch64/aarch64-sve-builtins.cc | 1 + gcc/config/aarch64/aarch64.h | 8 +- gcc/cp/call.c | 250 ++++++++++++++++++++--------- gcc/cp/coroutines.cc | 192 +++++++--------------- gcc/range-op.cc | 45 +++++- gcc/testsuite/g++.dg/template/conv17.C | 56 +++++++ gcc/tree-ssa-threadbackward.c | 51 +++++- gcc/tree-ssa-threadedge.c | 25 ++- gcc/tree-ssa-threadupdate.c | 56 +++---- libgcc/config/i386/sfp-machine.h | 20 ++- 11 files changed, 450 insertions(+), 264 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/conv17.C