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-master-arm-spec2k6-Os in repository toolchain/ci/gcc.
from f1d127fa618 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org adds 2d5ff4cbd29 compiler, runtime: allocate defer records on the stack adds a3bc8ca83aa compiler: support new numeric literal syntax adds e27959dec03 Daily bump. adds 9732a93393c * doc/install.texi (Specific, bfin): blackfin.uclinux.org [...] adds 2d0093b1d70 [Darwin, PPC] Fix fail of cpp/assert4.c adds 168a1e2923e [Darwin, fixincludes] Fix PR83531 adds b71ab3fdaa3 Daily bump. adds 24bf4b31e0b 2019-08-18 Steven G. Kargl kargl@gcc.gnu.org adds b1d96739945 PR target/91441 - Turn off -fsanitize=kernel-address if TAR [...]
No new revisions were added by this update.
Summary of changes: fixincludes/ChangeLog | 9 + fixincludes/fixincl.x | 66 +++++++- fixincludes/inclhack.def | 27 +++ fixincludes/tests/base/os/availability.h | 18 ++ gcc/ChangeLog | 19 ++- gcc/DATESTAMP | 2 +- gcc/config/rs6000/darwin.h | 20 ++- gcc/doc/install.texi | 2 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/module.c | 2 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/lex.cc | 279 ++++++++++++++++++++++++------- gcc/go/gofrontend/lex.h | 8 +- gcc/go/gofrontend/runtime.def | 4 + gcc/go/gofrontend/statements.cc | 42 ++++- gcc/go/gofrontend/statements.h | 19 ++- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gcc.target/riscv/pr91441.c | 10 ++ gcc/testsuite/gfortran.dg/pr91485.f90 | 24 +++ gcc/toplev.c | 10 +- libgo/go/runtime/mgcmark.go | 5 + libgo/go/runtime/panic.go | 38 +++++ libgo/go/runtime/runtime2.go | 9 + libgo/go/runtime/stack_test.go | 62 +++++++ 24 files changed, 602 insertions(+), 91 deletions(-) create mode 100644 fixincludes/tests/base/os/availability.h create mode 100644 gcc/testsuite/gcc.target/riscv/pr91441.c create mode 100644 gcc/testsuite/gfortran.dg/pr91485.f90 create mode 100644 libgo/go/runtime/stack_test.go