This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2 in repository toolchain/ci/gcc.
from 3bb142476b8 Daily bump. adds e355bf23a77 rs6000/doc: Rename future cpu with power10 adds de15d429148 Daily bump. adds b52e2254b30 aarch64: enable Ampere-1 CPU adds 92e549683e1 fortran: Ignore unused args in scalarization [PR97896] adds 69c65785e47 Daily bump. adds 418349031fa Daily bump. adds f62039efd67 aix: detect power10 processor. adds 3ddda29d6d9 Fix handling of ignore_stores in ipa_merge_modref_summary_a [...] adds 9d3f1435a34 Fix modref summary streaming adds 0b76bf46f2b d: Use HOST_WIDE_INT for type size temporaries. adds 380db7dfd28 Daily bump. adds 12938501b8a libphobos: Don't call __gthread_key_delete in the emutls de [...] adds dc3630e05d7 libphobos: Increase size of defaultStackPages on OSX X86_64 [...] adds 753cd5f3615 Do not abort compilation when dump file is /dev/* adds c2079b9a787 Daily bump. new 11013a48023 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 | 49 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 3 +- gcc/config/aarch64/aarch64-cost-tables.h | 104 ++++++++++++++++++++++++++++++ gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 78 ++++++++++++++++++++++ gcc/config/rs6000/driver-rs6000.c | 3 + gcc/d/ChangeLog | 8 +++ gcc/d/decl.cc | 5 +- gcc/doc/invoke.texi | 29 +++++---- gcc/fortran/ChangeLog | 25 +++++++ gcc/fortran/intrinsic.c | 48 ++------------ gcc/fortran/intrinsic.h | 3 +- gcc/fortran/iresolve.c | 21 ++---- gcc/fortran/trans-array.c | 61 +++++++++++++++++- gcc/fortran/trans-array.h | 3 + gcc/fortran/trans-decl.c | 24 +------ gcc/fortran/trans-intrinsic.c | 1 + gcc/fortran/trans-stmt.c | 20 ++++++ gcc/gcc.c | 3 +- gcc/ipa-modref.c | 10 +-- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/gcc.dg/devnull-dump.c | 7 ++ gcc/testsuite/gfortran.dg/index_5.f90 | 23 +++++++ libphobos/ChangeLog | 17 +++++ libphobos/libdruntime/core/thread/fiber.d | 10 +++ libphobos/libdruntime/gcc/emutls.d | 6 -- 27 files changed, 464 insertions(+), 114 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/devnull-dump.c create mode 100644 gcc/testsuite/gfortran.dg/index_5.f90