This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 46bb4ce4d30 tree-optimization/114413 - SLP CSE after permute optimization new ccaa39a268b Fortran: Auto array allocation with function dependencies [ [...]
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/dependency.cc | 82 +++++++++++++++++++++++ gcc/fortran/dependency.h | 4 +- gcc/fortran/error.cc | 2 +- gcc/fortran/gfortran.h | 6 +- gcc/fortran/symbol.cc | 10 --- gcc/fortran/trans-array.cc | 15 ++++- gcc/fortran/trans-decl.cc | 51 ++++++++++++-- gcc/fortran/trans.cc | 5 +- gcc/fortran/trans.h | 3 +- gcc/testsuite/gfortran.dg/dependent_decls_2.f90 | 89 +++++++++++++++++++++++++ 10 files changed, 238 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dependent_decls_2.f90