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 866ef25bb49 Daily bump. adds 80ec76eee96 Daily bump. adds 700dcc60b56 Fortran: Fix ubound simplifcation [PR99027] adds 08f43c8c981 Fortran/OpenMP: Fix optional dummy procedures [PR99171] adds 89b7f2b821e Add mi_thunk support for vcalls on hppa. adds d41bf7f6cc6 Daily bump. adds 041f720c821 aarch64: Add cpu cost tables for A64FX new e111925dbdd PR fortran/99169 - Do not clobber allocatable intent(out) d [...]
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/ChangeLog | 7 + gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cost-tables.h | 103 +++++ gcc/config/aarch64/aarch64.c | 53 ++- gcc/config/pa/pa.c | 504 ++++++++++++++------- gcc/fortran/ChangeLog | 18 + gcc/fortran/simplify.c | 12 +- gcc/fortran/trans-expr.c | 1 + gcc/fortran/trans-openmp.c | 5 +- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gfortran.dg/intent_optimize_3.f90 | 16 + gcc/testsuite/gfortran.dg/ubound_1.f90 | 22 + libgomp/ChangeLog | 8 + .../testsuite/libgomp.fortran/dummy-procs-1.f90 | 393 ++++++++++++++++ 14 files changed, 987 insertions(+), 165 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/intent_optimize_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/ubound_1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/dummy-procs-1.f90