This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7327dbf3b1 compiler: delay escaping sliced arrays new 72bf0e6e47c compiler: stack allocate non-escaping makeslice new 58abbf7964f compiler: support go:noescape cross package new 5973ede0b47 compiler: move some escape check to Mark_address_taken
The 3 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/escape.cc | 12 +++++++- gcc/go/gofrontend/expressions.cc | 46 +++++++++++++++--------------- gcc/go/gofrontend/expressions.h | 8 +++++- gcc/go/gofrontend/gogo.cc | 21 ++++++++++++++ gcc/go/gofrontend/gogo.h | 20 +++++++++----- gcc/go/gofrontend/wb.cc | 60 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 135 insertions(+), 34 deletions(-)