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-lts-allmodconfig in repository toolchain/ci/gcc.
from d816b0c144d PR fortran/96381 - invalid read in gfc_find_derived_vtab adds abca6705969 internal/cpu, golang.org/x/sys/cpu: support other GOARCH values adds 0b9ef8be40b runtime: move startupRandomData back to runtime2.go adds 5a4e0d121ab internal/cpu: add aarch64 support functions adds b6dd195aac1 Daily bump. adds c304a68e41f Free datastructures pointing to CFG after parsing adds ae99b315ba5 ggc_free basic blocks new b2cee5e1e89 Darwin : Adjust defaults for current bootstrap constraints. new 1dfeaca014f Darwin, Simplify headers 0/5 : Move spec for Darwin 10 unwi [...] new 896607741f1 Darwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE_SPE [...] new ac6ecec4b32 Darwin, Simplify headers 2/5 : Move spec for STACK_CHECK_ST [...] new 5282e22f0e7 Darwin, Simplify headers 3/5 : Delete dead code. new 4a04f09dc76 Darwin, Simplify headers 4/5 : Remove redundant headers. new ef370f933c0 Darwin : Adjust defaults for the linker.
The 7 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 | 19 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 ++ gcc/cfg.c | 3 +- gcc/config.gcc | 48 +++++++++-- gcc/config/darwin.h | 63 ++++++++++---- gcc/config/darwin10.h | 36 -------- gcc/config/darwin12.h | 27 ------ gcc/config/darwin9.h | 62 -------------- gcc/config/rs6000/darwin8.h | 21 ----- gcc/cp/ChangeLog | 4 + gcc/cp/cp-tree.h | 2 + gcc/cp/decl2.c | 1 + gcc/cp/tree.c | 9 ++ gcc/d/ChangeLog | 8 ++ gcc/fortran/ChangeLog | 17 ++++ gcc/go/ChangeLog | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 97 ++++++++++++++++++++++ libgfortran/ChangeLog | 4 + libgo/go/golang.org/x/sys/cpu/cpu_other.go | 23 +++++ libgo/go/golang.org/x/sys/cpu/cpu_other_arch.go | 20 +++++ libgo/go/golang.org/x/sys/cpu/cpu_riscv.go | 2 + .../cpu_riscv.go => internal/cpu/cpu_amd64p32.go} | 4 +- libgo/go/internal/cpu/cpu_gccgo.c | 26 ++++++ libgo/go/internal/cpu/cpu_other.go | 21 +++++ libgo/go/internal/cpu/cpu_ppc64x_aix.go | 2 +- libgo/go/internal/cpu/cpu_ppc64x_linux.go | 2 +- libgo/go/internal/cpu/cpu_ppcx.go | 44 ---------- libgo/go/internal/cpu/cpu_x86.go | 4 +- libgo/go/runtime/os_linux.go | 4 - libgo/go/runtime/runtime2.go | 4 + libgomp/ChangeLog | 4 + libitm/ChangeLog | 4 + libquadmath/ChangeLog | 4 + libstdc++-v3/ChangeLog | 4 + 36 files changed, 379 insertions(+), 231 deletions(-) delete mode 100644 gcc/config/darwin10.h delete mode 100644 gcc/config/darwin12.h delete mode 100644 gcc/config/darwin9.h delete mode 100644 gcc/config/rs6000/darwin8.h create mode 100644 libgo/go/golang.org/x/sys/cpu/cpu_other.go create mode 100644 libgo/go/golang.org/x/sys/cpu/cpu_other_arch.go copy libgo/go/{golang.org/x/sys/cpu/cpu_riscv.go => internal/cpu/cpu_amd64p32.go} (86%) create mode 100644 libgo/go/internal/cpu/cpu_other.go delete mode 100644 libgo/go/internal/cpu/cpu_ppcx.go