This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 56966d7faa1 * udivmodsi4.c (__udivmodsi4): Rename to conform to coding [...] new 227d6878021 Fix (re)alloc of polymorphic arrays new 8f260102c83 compiler: drop semicolons in export data
The 2 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/fortran/ChangeLog | 6 ++ gcc/fortran/trans-array.c | 12 +++- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/export.cc | 24 ++++--- gcc/go/gofrontend/export.h | 6 +- gcc/go/gofrontend/gogo.cc | 15 ++-- gcc/go/gofrontend/import.cc | 45 ++++++++---- gcc/go/gofrontend/import.h | 9 +++ gcc/go/gofrontend/types.cc | 5 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/realloc_on_assign_31.f90 | 31 ++++++++ libgo/go/go/internal/gccgoimporter/importer.go | 5 +- libgo/go/go/internal/gccgoimporter/parser.go | 82 +++++++++++++--------- libgo/go/go/internal/gccgoimporter/parser_test.go | 2 +- 14 files changed, 174 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/realloc_on_assign_31.f90