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_O1 in repository toolchain/ci/gcc.
from a14691e924e tree-nested: Update assert for Fortran module vars [PR97927] adds 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.
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/cp/ChangeLog | 5 ++++ gcc/cp/coroutines.cc | 4 ++- gcc/fortran/ChangeLog | 9 ++++++ gcc/testsuite/ChangeLog | 40 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr99224.c | 6 ++++ gcc/testsuite/gcc.dg/vect/pr99253.c | 22 +++++++++++++++ gcc/tree-vect-loop.c | 56 ++++++++++++++++++------------------- 11 files changed, 186 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr99224.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99253.c