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_O1 in repository toolchain/ci/gcc.
from 89b7f2b821e Add mi_thunk support for vcalls on hppa. adds d41bf7f6cc6 Daily bump. adds 041f720c821 aarch64: Add cpu cost tables for A64FX adds e111925dbdd PR fortran/99169 - Do not clobber allocatable intent(out) d [...] adds 626f4f5c659 Daily bump. adds 01af81169f0 Fortran: Fix for class defined operators [PR99124]. new fcfd5cc0f42 arm: Fix CMSE support detection in libgcc (PR target/99157)
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 | 14 +++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cost-tables.h | 103 +++++++++++++++++++++ gcc/config/aarch64/aarch64.c | 53 ++++++++++- gcc/fortran/ChangeLog | 26 ++++++ gcc/fortran/resolve.c | 11 ++- gcc/fortran/trans-array.c | 7 +- gcc/fortran/trans-expr.c | 1 + gcc/testsuite/ChangeLog | 15 +++ gcc/testsuite/gfortran.dg/class_assign_4.f90 | 12 ++- .../gfortran.dg/class_defined_operator_2.f03 | 31 +++++++ gcc/testsuite/gfortran.dg/elemental_result_2.f90 | 33 +++++++ gcc/testsuite/gfortran.dg/intent_optimize_3.f90 | 16 ++++ libgcc/config/arm/t-arm | 2 +- libgomp/ChangeLog | 8 ++ 15 files changed, 320 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_defined_operator_2.f03 create mode 100644 gcc/testsuite/gfortran.dg/elemental_result_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/intent_optimize_3.f90