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_ubsan in repository toolchain/ci/gcc.
from 86d8ecf28e6 c++: consteval and explicit instantiation [PR96905] adds f248468b309 Fortran: Fix rank of assumed-rank array [PR99043] adds d5021162cf3 libgfortran: Fix PR95647 by changing the interfaces of oper [...] adds 757deaa9371 Daily bump. new c0398de5c38 Daily bump.
The 1 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/cp/ChangeLog | 12 +++++++++ gcc/fortran/ChangeLog | 9 +++++++ gcc/fortran/trans-expr.c | 5 ++-- gcc/testsuite/ChangeLog | 23 +++++++++++++++++ gcc/testsuite/gfortran.dg/assumed_rank_20.f90 | 36 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/ieee/ieee_12.f90 | 24 ++++++++++++++++++ libgfortran/ChangeLog | 6 +++++ libgfortran/ieee/ieee_arithmetic.F90 | 9 ++++--- 9 files changed, 119 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_20.f90 create mode 100644 gcc/testsuite/gfortran.dg/ieee/ieee_12.f90