This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ad02099 S/390: Fix hotpatch test cases. new 4157ace * config/rs6000/rs6000.md (cmpmemsi): New define_expand. * [...] new e7c4560 2016-09-23 Jerry DeLisle jvdelisle@gcc.gnu.org
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/config/rs6000/rs6000-protos.h | 1 + gcc/config/rs6000/rs6000.c | 491 ++++++++++++++++++++-- gcc/config/rs6000/rs6000.md | 21 + gcc/config/rs6000/rs6000.opt | 4 + gcc/fortran/ChangeLog | 14 + gcc/fortran/gfortran.h | 2 +- gcc/fortran/io.c | 6 +- gcc/fortran/ioparm.def | 2 + gcc/fortran/libgfortran.h | 7 +- gcc/fortran/resolve.c | 1 + gcc/fortran/trans-io.c | 6 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gfortran.dg/dtio_14.f90 | 64 +++ gcc/testsuite/gfortran.dg/negative_unit_check.f90 | 1 + libgfortran/ChangeLog | 39 ++ libgfortran/io/inquire.c | 2 +- libgfortran/io/io.h | 27 +- libgfortran/io/list_read.c | 4 +- libgfortran/io/open.c | 2 +- libgfortran/io/transfer.c | 112 +++-- libgfortran/io/unit.c | 163 ++++--- 21 files changed, 809 insertions(+), 166 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dtio_14.f90