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 a07015ad4dc Daily bump. adds 758d80f5ff4 Daily bump. adds 5791ecedcdb Daily bump. new 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545]. new 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791] new a14691e924e tree-nested: Update assert for Fortran module vars [PR97927]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/DATESTAMP | 2 +- 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 + 7 files changed, 96 insertions(+), 3 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