This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9029b928dd 2017-05-15 Steven G. Kargl kargl@gcc.gnu.org new 36c2d84721b 2017-05-15 Jerry DeLisle jvdelisle@gcc.gnu.org new b9a8c7a5ca3 compiler: report correct errors for sink methods
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/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 40 ++++++++++++++++++++++++++++++++++-- gcc/go/gofrontend/gogo.h | 5 +++++ gcc/go/gofrontend/types.cc | 11 ++++++++++ gcc/go/gofrontend/types.h | 4 ++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/read_3.f90 | 13 ++++++++++++ libgfortran/ChangeLog | 7 +++++++ libgfortran/io/transfer.c | 27 +++++++++++++++--------- 9 files changed, 101 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/read_3.f90