This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b0d11bb02a4 c++/modules: befriending template from current class scope new 21edfb0051e Fortran: Add user defined error messages for UDTIO.
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: .../gfortran.dg/{dtio_25.f90 => pr105456-nmlr.f90} | 7 +- .../gfortran.dg/{dtio_25.f90 => pr105456-nmlw.f90} | 5 +- .../gfortran.dg/{pr105456.f90 => pr105456-ruf.f90} | 26 ++++--- .../gfortran.dg/{pr105456.f90 => pr105456-wf.f90} | 24 +++---- gcc/testsuite/gfortran.dg/pr105456-wuf.f90 | 34 +++++++++ libgfortran/io/io.h | 7 +- libgfortran/io/list_read.c | 81 +++++++++++----------- libgfortran/io/transfer.c | 49 +++++++++++++ libgfortran/io/write.c | 26 +++++++ 9 files changed, 184 insertions(+), 75 deletions(-) copy gcc/testsuite/gfortran.dg/{dtio_25.f90 => pr105456-nmlr.f90} (90%) copy gcc/testsuite/gfortran.dg/{dtio_25.f90 => pr105456-nmlw.f90} (91%) copy gcc/testsuite/gfortran.dg/{pr105456.f90 => pr105456-ruf.f90} (58%) copy gcc/testsuite/gfortran.dg/{pr105456.f90 => pr105456-wf.f90} (54%) create mode 100644 gcc/testsuite/gfortran.dg/pr105456-wuf.f90