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-stable-allyesconfig in repository toolchain/ci/gcc.
from 65e74d4af16 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org adds 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 [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 7 +- gcc/DATESTAMP | 2 +- gcc/doc/install.texi | 2 +- gcc/fortran/ChangeLog | 6 + gcc/fortran/module.c | 16 ++ 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 | 7 + gcc/testsuite/gfortran.dg/pr71649.f90 | 8 +- gcc/testsuite/gfortran.dg/use_15.f90 | 4 +- gcc/testsuite/gfortran.dg/use_rename_8.f90 | 16 +- 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 +++++++ 19 files changed, 450 insertions(+), 86 deletions(-) create mode 100644 libgo/go/runtime/stack_test.go