This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b92780c8a3 compiler: pass a Location to import_expression new bc8e2ef4fe7 compiler: change expression importing to use Import_expression
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/expressions.cc | 22 +++--- gcc/go/gofrontend/expressions.h | 12 +-- gcc/go/gofrontend/gogo.cc | 13 ++-- gcc/go/gofrontend/gogo.h | 9 ++- gcc/go/gofrontend/import.cc | 164 ++++++++++++++++++++++++++++++--------- gcc/go/gofrontend/import.h | 143 ++++++++++++++++++++++++++++++++-- 7 files changed, 296 insertions(+), 69 deletions(-)