This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 6c699f03c54 coroutines : Avoid a C++11ism. adds a555e443211 Daily bump. adds 65767abfdc0 tree-optimization/99253 - fix reduction path check adds 7e9c43ce0d7 c/99224 - avoid ICEing on invalid __builtin_next_arg adds 27dca33bc5c ipa: Fix resolving speculations through cgraph_edge::set_call_stmt adds 247966e33c4 Daily bump. adds 8f6da087634 rs6000: Fix disassembling a vector pair in gcc-10 in little [...] adds 2f87268c34f aarch64: Fix status return logic in RNG intrinsics
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 48 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 3 +- gcc/cgraph.c | 37 +++++++++++------- gcc/config/aarch64/aarch64-builtins.c | 2 +- gcc/config/rs6000/rs6000-call.c | 32 ++++++++------- gcc/cp/ChangeLog | 5 +++ gcc/fortran/ChangeLog | 9 +++++ gcc/testsuite/ChangeLog | 40 +++++++++++++++++++ gcc/testsuite/gcc.dg/pr99224.c | 6 +++ gcc/testsuite/gcc.dg/vect/pr99253.c | 22 +++++++++++ gcc/testsuite/gcc.target/aarch64/acle/rng_2.c | 12 ++++++ gcc/tree-vect-loop.c | 56 +++++++++++++-------------- 13 files changed, 215 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr99224.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99253.c create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_2.c