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_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. new d41bf7f6cc6 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/ChangeLog | 7 + gcc/DATESTAMP | 2 +- 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 ++++++++++++++++ 10 files changed, 818 insertions(+), 161 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/ubound_1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/dummy-procs-1.f90