This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dde7bb08a3a [Darwin, PPC, testsuite] Fix builtins-2 for Darwin. new 37188bf927b compiler: add go_debug and use it for debug messages new 37423a84ea7 compiler: edit error messages to avoid -Wformat-diag warnings
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/ast-dump.cc | 3 +- gcc/go/gofrontend/escape.cc | 198 +++++++++++++++++------------------ gcc/go/gofrontend/expressions.cc | 22 ++-- gcc/go/gofrontend/go-diagnostics.cc | 22 ++++ gcc/go/gofrontend/go-diagnostics.h | 12 +++ gcc/go/gofrontend/go.cc | 2 +- gcc/go/gofrontend/gogo.cc | 8 +- gcc/go/gofrontend/import-archive.cc | 8 +- gcc/go/gofrontend/import.cc | 4 +- gcc/go/gofrontend/lex.cc | 2 +- gcc/go/gofrontend/parse.cc | 22 ++-- gcc/go/gofrontend/statements.cc | 6 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/go.test/test/blank1.go | 6 +- 15 files changed, 181 insertions(+), 140 deletions(-)