This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e376e459d7 * doc/contrib.texi: Add entry for Steven Pemberton's work [...] new 22deed0d6aa compiler: add go:notinheap magic comment new 7323f700290 runtime: don't crash if no p in kickoff
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/expressions.cc | 14 +++++++++++ gcc/go/gofrontend/expressions.h | 3 +++ gcc/go/gofrontend/lex.cc | 5 ++++ gcc/go/gofrontend/lex.h | 3 ++- gcc/go/gofrontend/parse.cc | 52 +++++++++++++++++++++++++++++----------- gcc/go/gofrontend/parse.h | 12 +++++----- gcc/go/gofrontend/types.cc | 49 +++++++++++++++++++++++++++++++++++++ gcc/go/gofrontend/types.h | 39 +++++++++++++++++++++++++++++- gcc/go/gofrontend/wb.cc | 22 +++++++++++++++++ libgo/go/runtime/proc.go | 18 ++++++++++++++ 11 files changed, 196 insertions(+), 23 deletions(-)