This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from d2d06ed49bd Update copyright years. adds 3d62d2a984e * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. adds 5390132a439 PR target/93111 * config/pa/pa.md (scc): Use ordered_comp [...] adds bb9e3dc0ab8 Handle REF_INQUIRY for dependency checking. adds a54368cd10e Fix windows libobjc build (PR libobjc/93099) adds d9bab7527bc PR target/67834 * config/pa/pa.c (pa_elf_select_rtx_secti [...] adds 3f3d8c6be32 Daily bump. adds 86e1d9f75ba PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors. adds d94865c6141 PR ipa/93087 * predict.c (compute_function_frequency): Do [...] adds 736321a9bd7 Fortran] PR68020 – Fix implied-shape handling for rank > 2 adds 2acff4104f5 Add myself to MAINTAINERS new ba204217b14 [Arm] Enable CLI for Armv8.6-a: armv8.6-a, i8mm and bf16. new 29e5adc3b3d PR c/90677 * cp-objcp-common.c (identifier_global_tag): R [...]
The 2 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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 39 +++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-c.c | 8 + gcc/config/arm/arm-cpus.in | 37 ++++- gcc/config/arm/arm-tables.opt | 13 +- gcc/config/arm/arm.c | 11 +- gcc/config/arm/arm.h | 15 ++ gcc/config/arm/t-aprofile | 7 + gcc/config/arm/t-arm-elf | 2 +- gcc/config/arm/t-multilib | 14 +- gcc/config/pa/pa.c | 21 +++ gcc/config/pa/pa.md | 50 +++--- gcc/config/pa/pa32-linux.h | 5 + gcc/config/pa/predicates.md | 6 - gcc/cp/ChangeLog | 6 + gcc/cp/cp-objcp-common.c | 7 +- gcc/doc/invoke.texi | 56 +++++++ gcc/fortran/ChangeLog | 12 ++ gcc/fortran/array.c | 2 +- gcc/fortran/dependency.c | 6 + gcc/predict.c | 5 +- gcc/testsuite/ChangeLog | 30 ++++ gcc/testsuite/c-c++-common/cold-1.c | 22 +++ gcc/testsuite/c-c++-common/pr90677-2.c | 8 + gcc/testsuite/gcc.target/arm/multilib.exp | 8 + gcc/testsuite/gfortran.dg/dependency_58.f90 | 33 ++++ gcc/testsuite/gfortran.dg/fmt_zero_width.f90 | 26 ++-- gcc/testsuite/gfortran.dg/implied_shape_4.f90 | 45 ++++++ gcc/testsuite/gfortran.dg/implied_shape_5.f90 | 29 ++++ libgfortran/ChangeLog | 17 +++ libgfortran/io/format.c | 168 +++++++++++---------- libgfortran/io/io.h | 2 +- libgfortran/io/transfer.c | 10 +- libgfortran/io/write.c | 28 ++-- libgfortran/io/write_float.def | 14 +- libobjc/ChangeLog | 6 + libobjc/objc/objc-decls.h | 2 +- libstdc++-v3/ChangeLog | 4 + .../abi/post/hppa-linux-gnu/baseline_symbols.txt | 9 -- 41 files changed, 620 insertions(+), 170 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cold-1.c create mode 100644 gcc/testsuite/c-c++-common/pr90677-2.c create mode 100644 gcc/testsuite/gfortran.dg/dependency_58.f90 create mode 100644 gcc/testsuite/gfortran.dg/implied_shape_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/implied_shape_5.f90