This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b123749ae93 Daily bump. new e86a25472af cmd/go: update to match recent changes to gc new 381cf06672d cmd/go: enable tests of vet tool new 285ee25ed02 cmd/go: update mkalldocs.sh
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 +- libgo/go/cmd/go/alldocs.go | 6 +++--- libgo/go/cmd/go/go_test.go | 4 ---- libgo/go/cmd/go/internal/cfg/cfg.go | 11 +++++++---- libgo/go/cmd/go/internal/help/helpdoc.go | 6 +++--- libgo/go/cmd/go/internal/load/pkg.go | 3 +-- libgo/go/cmd/go/mkalldocs.sh | 11 +++++++++++ libgo/go/cmd/go/mkdoc.sh | 9 --------- libgo/go/go/build/build.go | 9 +-------- libgo/go/go/build/gc.go | 17 +++++++++++++++++ libgo/go/go/build/gccgo.go | 14 ++++++++++++++ 11 files changed, 58 insertions(+), 34 deletions(-) create mode 100755 libgo/go/cmd/go/mkalldocs.sh delete mode 100644 libgo/go/cmd/go/mkdoc.sh create mode 100644 libgo/go/go/build/gc.go create mode 100644 libgo/go/go/build/gccgo.go