This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1d127fa618 2019-08-17 Steven G. Kargl kargl@gcc.gnu.org new 2d5ff4cbd29 compiler, runtime: allocate defer records on the stack new a3bc8ca83aa compiler: support new numeric literal syntax
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: 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 +++++++++ 10 files changed, 399 insertions(+), 69 deletions(-) create mode 100644 libgo/go/runtime/stack_test.go