This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 88129254677 * doc/extend.texi: Mention C++14 library complex suffix. new f614ea8bcf7 compiler: introduce size threshold for nil checks
The 1 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/ChangeLog | 6 ++ gcc/go/go-c.h | 1 + gcc/go/go-lang.c | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 158 ++++++++++++++++++++++++++------------- gcc/go/gofrontend/expressions.h | 43 ++++++++++- gcc/go/gofrontend/go.cc | 1 + gcc/go/gofrontend/gogo.cc | 6 +- gcc/go/gofrontend/gogo.h | 16 ++++ gcc/go/gofrontend/parse.cc | 7 +- gcc/go/gofrontend/statements.cc | 28 ++++--- gcc/go/gofrontend/types.cc | 29 ++++--- gcc/go/gofrontend/wb.cc | 3 +- 13 files changed, 220 insertions(+), 81 deletions(-)