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 a07015ad4dc Daily bump. adds 758d80f5ff4 Daily bump. adds 5791ecedcdb Daily bump. adds 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545]. adds 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791] adds a14691e924e tree-nested: Update assert for Fortran module vars [PR97927] adds 6c699f03c54 coroutines : Avoid a C++11ism.
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/coroutines.cc | 4 ++- gcc/fortran/trans-stmt.c | 2 +- gcc/ira-conflicts.c | 5 +++- gcc/testsuite/gcc.target/aarch64/sve/pr98791.c | 12 ++++++++ gcc/testsuite/gfortran.dg/module_variable_3.f90 | 37 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++ gcc/tree-nested.c | 1 + 8 files changed, 99 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98791.c create mode 100644 gcc/testsuite/gfortran.dg/module_variable_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90