This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d60f468170 Daily bump. new 80526a7d32a compiler: export indexed type data, read unexported typ [...]
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/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 333 ++++++++++++++++++--------- gcc/go/gofrontend/export.h | 44 +++- gcc/go/gofrontend/gogo.cc | 4 +- gcc/go/gofrontend/gogo.h | 2 - gcc/go/gofrontend/import.cc | 237 +++++++++++++++++-- gcc/go/gofrontend/import.h | 60 +++++ gcc/go/gofrontend/types.cc | 21 +- gcc/go/gofrontend/types.h | 4 - libgo/go/go/internal/gccgoimporter/parser.go | 81 ++++++- 10 files changed, 633 insertions(+), 155 deletions(-)