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-mainline-allyesconfig in repository toolchain/ci/gcc.
from 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 adds ba204217b14 [Arm] Enable CLI for Armv8.6-a: armv8.6-a, i8mm and bf16. adds 29e5adc3b3d PR c/90677 * cp-objcp-common.c (identifier_global_tag): R [...] adds 50cd3e7f0dc Add 1bit bit-field testcases. adds 60808fc41ee compiler: split writing of equal and hash functions for types adds 488df70b6c9 compiler, runtime, reflect: generate hash functions onl [...] new f96a9f9eff3 PR fortran/68020 * gfortran.dg/impled_shape_5.f90: Use dg [...] new f192d7aeee7 Daily bump.
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 | 25 + 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/cp/ChangeLog | 6 + gcc/cp/cp-objcp-common.c | 7 +- gcc/doc/invoke.texi | 56 ++ gcc/fortran/ChangeLog | 6 + gcc/fortran/array.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 6 +- gcc/go/gofrontend/gogo.cc | 62 ++- gcc/go/gofrontend/gogo.h | 54 +- gcc/go/gofrontend/names.cc | 23 +- gcc/go/gofrontend/types.cc | 736 ++++++++++++++----------- gcc/go/gofrontend/types.h | 62 ++- gcc/predict.c | 5 +- gcc/testsuite/ChangeLog | 36 ++ gcc/testsuite/c-c++-common/cold-1.c | 22 + gcc/testsuite/c-c++-common/pr90677-2.c | 8 + gcc/testsuite/gcc.c-torture/execute/bitfld-8.c | 63 +++ gcc/testsuite/gcc.c-torture/execute/bitfld-9.c | 63 +++ gcc/testsuite/gcc.target/arm/multilib.exp | 8 + 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 +- libgo/go/internal/reflectlite/type.go | 40 +- libgo/go/reflect/type.go | 141 ++--- libgo/go/reflect/value.go | 3 + libgo/go/runtime/alg.go | 89 ++- libgo/go/runtime/map.go | 63 +-- libgo/go/runtime/map_benchmark_test.go | 30 + libgo/go/runtime/map_fast32.go | 18 +- libgo/go/runtime/map_fast64.go | 18 +- libgo/go/runtime/map_faststr.go | 14 +- libgo/go/runtime/map_test.go | 61 ++ libgo/go/runtime/type.go | 38 +- libgo/runtime/go-unsafe-pointer.c | 24 +- 52 files changed, 1483 insertions(+), 761 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/gcc.c-torture/execute/bitfld-8.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-9.c create mode 100644 gcc/testsuite/gfortran.dg/implied_shape_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/implied_shape_5.f90