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-arm-lts-defconfig 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
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 | 12 +- gcc/DATESTAMP | 2 +- gcc/config/rs6000/darwin.h | 20 ++- gcc/doc/install.texi | 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 ++- 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 +++++++ 18 files changed, 543 insertions(+), 81 deletions(-) create mode 100644 fixincludes/tests/base/os/availability.h create mode 100644 libgo/go/runtime/stack_test.go