This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 648d548 * config/pa/som.h (EH_FRAME_THROUGH_COLLECT2): Define. new 9883c97 2015-01-25 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 | 21 +- gcc/fortran/trans-array.c | 32 +++ gcc/fortran/trans-expr.c | 70 ++++--- gcc/fortran/trans-stmt.c | 9 +- gcc/testsuite/ChangeLog | 11 ++ .../gfortran.dg/allocate_with_source_12.f03 | 38 ++++ .../gfortran.dg/allocate_with_source_13.f03 | 220 +++++++++++++++++++++ .../gfortran.dg/allocate_with_source_14.f03 | 214 ++++++++++++++++++++ 8 files changed, 579 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_12.f03 create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_13.f03 create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_source_14.f03