This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32b74c9e1d4 vect: Allow same precision for bit-precision conversions. new 2621bd1bac6 syscall: add missing type conversion new ac50e9b72bf compiler: add Expression::is_untyped method new 45a5ab05035 compiler: pass gogo to Runtime::make_call
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 +- gcc/go/gofrontend/expressions.cc | 466 ++++++++++++++++++++++++++++++--------- gcc/go/gofrontend/expressions.h | 44 +++- gcc/go/gofrontend/gogo.cc | 16 +- gcc/go/gofrontend/runtime.cc | 2 +- gcc/go/gofrontend/runtime.h | 2 +- gcc/go/gofrontend/statements.cc | 108 +++++---- gcc/go/gofrontend/statements.h | 6 +- gcc/go/gofrontend/wb.cc | 17 +- libgo/go/syscall/errstr.go | 2 +- 10 files changed, 494 insertions(+), 171 deletions(-)