This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e43ea7bb35 Add function filtering to gcov new 619f587f685 Revert "fixincludes: skip stdio_stdarg_h on darwin" new e4f2f46e015 Fortran: Fix rejecting class arrays of different ranks as s [...]
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: fixincludes/fixincl.x | 5 +- fixincludes/inclhack.def | 1 - gcc/fortran/trans-array.cc | 204 +++++++++++++++++----- gcc/fortran/trans-array.h | 5 +- gcc/fortran/trans-decl.cc | 16 +- gcc/fortran/trans-expr.cc | 242 +++++++++++++-------------- gcc/fortran/trans-io.cc | 4 +- gcc/fortran/trans-stmt.cc | 6 +- gcc/fortran/trans.h | 7 +- gcc/testsuite/gfortran.dg/class_dummy_11.f90 | 194 +++++++++++++++++++++ libgfortran/Makefile.am | 4 +- libgfortran/Makefile.in | 13 +- libgfortran/gfortran.map | 6 + libgfortran/libgfortran.h | 23 +++ libgfortran/runtime/in_pack_class.c | 152 +++++++++++++++++ libgfortran/runtime/in_unpack_class.c | 134 +++++++++++++++ 16 files changed, 826 insertions(+), 190 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_11.f90 create mode 100644 libgfortran/runtime/in_pack_class.c create mode 100644 libgfortran/runtime/in_unpack_class.c