This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from 5837104 2015-08-05 Paolo Carlini paolo.carlini@oracle.com new c8ddfd5 2015-08-05 Paul Thomas pault@gcc.gnu.org
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/ChangeLog | 18 +++ gcc/fortran/module.c | 105 ++++++++----- gcc/fortran/trans-decl.c | 32 +++- gcc/testsuite/ChangeLog | 16 ++ .../gfortran.dg/public_private_module_2.f90 | 7 +- .../gfortran.dg/public_private_module_6.f90 | 5 +- gcc/testsuite/gfortran.dg/submodule_1.f08 | 6 +- gcc/testsuite/gfortran.dg/submodule_10.f08 | 170 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/submodule_5.f08 | 1 + gcc/testsuite/gfortran.dg/submodule_9.f08 | 1 + gcc/testsuite/lib/fortran-modules.exp | 2 + 11 files changed, 309 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/submodule_10.f08