This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 15cb5204e4c RISC-V: Add required_extensions in function_group new c20328e7cad compiler: move lowering pass after check types pass
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 | 3772 ++++++++++++++++++++++++++------------ gcc/go/gofrontend/expressions.h | 236 ++- gcc/go/gofrontend/go.cc | 21 +- gcc/go/gofrontend/gogo.cc | 209 ++- gcc/go/gofrontend/gogo.h | 18 +- gcc/go/gofrontend/parse.cc | 15 +- gcc/go/gofrontend/runtime.cc | 10 +- gcc/go/gofrontend/statements.cc | 1204 ++++++++---- gcc/go/gofrontend/statements.h | 84 +- gcc/go/gofrontend/types.cc | 118 +- gcc/go/gofrontend/types.h | 22 +- gcc/go/gofrontend/wb.cc | 12 +- 13 files changed, 4081 insertions(+), 1642 deletions(-)