This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12771b1d77a Fortran: gfortran allows type(C_ptr) in I/O list new 8859dce9037 Fortran: passing of derived type to VALUE,OPTIONAL dummy ar [...]
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/fortran/gfortran.texi | 1 + gcc/fortran/trans-decl.cc | 8 +- gcc/fortran/trans-expr.cc | 39 +-- gcc/fortran/trans-types.cc | 5 +- gcc/testsuite/gfortran.dg/value_optional_2.f90 | 338 +++++++++++++++++++++++++ 5 files changed, 368 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/value_optional_2.f90