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-arm-bootstrap_O3 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
No new revisions were added by this update.
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-openmp.c | 5 +- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gfortran.dg/ubound_1.f90 | 22 + libgomp/ChangeLog | 8 + .../testsuite/libgomp.fortran/dummy-procs-1.f90 | 393 ++++++++++++++++ 12 files changed, 970 insertions(+), 165 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ubound_1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/dummy-procs-1.f90