This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b7e7a0 Daily bump. new 35ece5a fix Darwin bootstrap new 6f29994 2015-10-18 Paul Thomas pault@gcc.gnu.org
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: gcc/ChangeLog | 4 + gcc/config/darwin-driver.c | 1 + gcc/fortran/ChangeLog | 18 ++++- gcc/fortran/primary.c | 13 ++-- gcc/fortran/trans-expr.c | 5 ++ gcc/fortran/trans-intrinsic.c | 29 +++++++ gcc/testsuite/ChangeLog | 9 +++ .../deferred_character_assignment_1.f90 | 22 ++++++ gcc/testsuite/gfortran.dg/move_alloc_15.f90 | 88 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/move_alloc_16.f90 | 44 +++++++++++ 10 files changed, 226 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_assignment_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_15.f90 create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_16.f90