This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a065edc5a6e compiler: give error for non-int arguments to make new 4714afb2bca compiler: in range, evaluate array if it has receives or calls new 924f9f7e50e compiler: permit empty statements after fallthrough new de590a611e7 compiler: update iota handling, fix using iota in array length
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/expressions.cc | 179 ++++++++++++++++++++++++++++++++++----- gcc/go/gofrontend/expressions.h | 84 +++--------------- gcc/go/gofrontend/parse.cc | 62 ++++++-------- gcc/go/gofrontend/parse.h | 9 +- gcc/go/gofrontend/statements.cc | 11 +-- gcc/go/gofrontend/types.cc | 62 ++++++++++++++ gcc/go/gofrontend/types.h | 14 +++ 8 files changed, 280 insertions(+), 143 deletions(-)