This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch vehre/coarray in repository gcc.
from c16a950 Fixed ICE for sections of arrays. new 461bc26 Added number of allocatable/pointer components to a caf_regis [...]
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.h | 9 +- gcc/fortran/gfortran.texi | 7 +- gcc/fortran/primary.c | 171 ++++++++++++++++++++++- gcc/fortran/symbol.c | 58 +++++--- gcc/fortran/trans-array.c | 16 ++- gcc/fortran/trans-decl.c | 6 +- gcc/fortran/trans-expr.c | 2 +- gcc/fortran/trans-stmt.c | 2 +- gcc/fortran/trans.c | 23 +-- gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 5 +- gcc/testsuite/gfortran.dg/coarray_allocate_8.f08 | 5 + libgfortran/caf/libcaf.h | 2 +- libgfortran/caf/single.c | 35 ++++- 13 files changed, 286 insertions(+), 55 deletions(-)